ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/AE/Installer/trunk/source/main_window.cpp
(Generate patch)

Comparing AE/Installer/trunk/source/main_window.cpp (file contents):
Revision 423 by gumby, Wed Jul 15 21:16:14 2009 UTC vs.
Revision 436 by iritscen, Fri Jul 17 01:55:31 2009 UTC

# Line 42 | Line 42 | ITaskbarList3 *pTaskbarList3;
42   #include <dirent.h>
43   #endif
44  
45 < //const string strInstallerVersion = "1.0";
45 >
46   const bool SPLIT = 1;
47   const bool NOT_SPLIT = 0;
48   bool splitInstances = SPLIT;
# Line 1103 | Line 1103 | void MainWindow::CreateControls()
1103      StatusArea = new wxStatusBar( itemFrame1, ID_STATUSBAR, 0 );
1104      StatusArea->SetName(_T("StatusArea"));
1105      StatusArea->SetFieldsCount(1);
1106 <    StatusArea->SetStatusText(_("AE Installer v1.0"), 0);
1106 >    StatusArea->SetStatusText(_("AE Installer v1.0.1"), 0);
1107      itemBoxSizer2->Add(StatusArea, 0, wxGROW|wxALL, 0);
1108  
1109      wxBoxSizer* itemBoxSizer20 = new wxBoxSizer(wxHORIZONTAL);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)