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 372 by iritscen, Tue Jun 23 02:53:59 2009 UTC vs.
Revision 373 by iritscen, Tue Jun 23 21:41:34 2009 UTC

# Line 1274 | Line 1274 | void MainWindow::OnModsCheckboxList1Togg
1274  
1275   void MainWindow::OnOptionsClick( wxCommandEvent& event )
1276   {
1277
1278
1279
1280
1277          if (!event.GetInt() ) {
1278                  OptionsPanel->Hide();
1279                  this->SetSize(this->GetRect().GetWidth(), this->GetRect().GetHeight()-OptionsPanel->GetRect().GetHeight());}
1280          else {
1281   //              Uncomment this when we release, it gets annoying if you are testing globalization a lot ;)
1282 <                wxMessageDialog* YesNoDialog = new wxMessageDialog(this,                        "WARNING: These options are for advanced users only, use with caution.", "AE Installer Alert",  wxOK | wxICON_EXCLAMATION       , wxDefaultPosition);
1282 >                wxMessageDialog* YesNoDialog = new wxMessageDialog(this,                        "WARNING: These options are for advanced users only, use with caution.",
1283 >                                                                                                                   "AE Installer Alert",  wxOK | wxICON_EXCLAMATION     , wxDefaultPosition);
1284                  YesNoDialog->ShowModal();
1285                  OptionsPanel->Show();
1286 <                this->SetSize(this->GetRect().GetWidth(), this->GetRect().GetHeight()+OptionsPanel->GetRect().GetHeight());
1286 >                this->SetSize(this->GetRect().GetWidth(), this->GetRect().GetHeight()+OptionsPanel->GetRect().GetHeight()+2);
1287          }
1291        
1288   }
1289  
1290  

Diff Legend

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