/[H6]/h6-udlånssystemDlg.cpp
ViewVC logotype

Diff of /h6-udlånssystemDlg.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 47 by torben, Wed Sep 6 20:27:24 2006 UTC revision 53 by torben, Mon Sep 11 14:02:08 2006 UTC
# Line 120  BOOL Ch6udlnssystemDlg::OnInitDialog() Line 120  BOOL Ch6udlnssystemDlg::OnInitDialog()
120          } catch(...) {          } catch(...) {
121                  MessageBox("Could not open config file");                  MessageBox("Could not open config file");
122                  OnOK();                  OnOK();
123                    return true;
124          }          }
125    
126          try {          try {
# Line 143  BOOL Ch6udlnssystemDlg::OnInitDialog() Line 144  BOOL Ch6udlnssystemDlg::OnInitDialog()
144                  OnOK();                  OnOK();
145          }          }
146    
147            CString title = "H6-Udlånssystem - ";
148            title += config.driver;
149            SetWindowText(title);
150    
151          // TODO: Add extra initialization here          // TODO: Add extra initialization here
152                    

Legend:
Removed from v.47  
changed lines
  Added in v.53

  ViewVC Help
Powered by ViewVC 1.1.20