Changeset 436 for AE/Installer/trunk/source/main_window.cpp
- Timestamp:
- Jul 17, 2009, 3:55:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/Installer/trunk/source/main_window.cpp
r423 r436 43 43 #endif 44 44 45 //const string strInstallerVersion = "1.0"; 45 46 46 const bool SPLIT = 1; 47 47 const bool NOT_SPLIT = 0; … … 1104 1104 StatusArea->SetName(_T("StatusArea")); 1105 1105 StatusArea->SetFieldsCount(1); 1106 StatusArea->SetStatusText(_("AE Installer v1.0 "), 0);1106 StatusArea->SetStatusText(_("AE Installer v1.0.1"), 0); 1107 1107 itemBoxSizer2->Add(StatusArea, 0, wxGROW|wxALL, 0); 1108 1108
Note:
See TracChangeset
for help on using the changeset viewer.