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 503 by gumby, Wed Mar 24 07:12:25 2010 UTC vs.
Revision 565 by iritscen, Tue Jun 1 13:13:59 2010 UTC

# Line 50 | Line 50 | vector<string> globalInstalledMods;
50   vector<ModPackage> globalPackages;
51   // Variable declarations
52   #ifdef WIN32
53 < bool splitInstances = true;
53 > bool splitInstances = false;
54   string strImportOption = "-import:nosep";
55   string strOniSplit = "Onisplit.exe";
56   #else
# Line 288 | Line 288 | void MainWindow::CreateControls()
288      StatusArea = new wxStatusBar( itemFrame1, ID_STATUSBAR, 0 );
289      StatusArea->SetName(_T("StatusArea"));
290      StatusArea->SetFieldsCount(1);
291 <        string versionText = "AE Installer v" + (string)INSTALLER_VERSION;
291 >        string versionText = "AE Installer v" + gInstallerVersion;
292      StatusArea->SetStatusText(versionText.c_str(), 0);
293      itemBoxSizer2->Add(StatusArea, 0, wxGROW|wxALL, 0);
294  
# Line 624 | Line 624 | void MainWindow::OnAboutClick( wxCommand
624   {
625          ////@begin wxEVT_COMMAND_MENU_SELECTED event handler for wxID_ABOUT in MainWindow.
626      // Before editing this code, remove the block markers.
627        // TODO: Make About window work again!
627      About* window = new About(this);
628          window->ShowModal();
629      window->Destroy();
# Line 676 | Line 675 | void MainWindow::OnRefreshButtonClick( w
675   * wxEVT_COMMAND_MENU_SELECTED event handler for wxID_LOAD
676   */
677  
679 // TODO: Make refreshMods actually refresh the list in the window of available mods so we can see any new package info and deleted mods are removed from the list
678   void MainWindow::refreshMods (vector<string> s)
679   {
680          Mods_CheckboxList->Clear();

Diff Legend

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