Patch #892 2006-03-03 21:36

sethjackson

Project options dlg
Download
892-Project_options.patch (647 bytes)
Category
Application::Refinement
Status
Accepted
Close date
2006-03-07 09:20
Assigned to
 
Index: src/sdk/projectoptionsdlg.cpp
===================================================================
--- src/sdk/projectoptionsdlg.cpp    (revision 2133)
+++ src/sdk/projectoptionsdlg.cpp    (working copy)
@@ -875,11 +875,10 @@
         m_Project->SetTargetType(TargetType(XRCCTRL(*this, "cmbProjectType", wxComboBox)->GetSelection()));
         m_Project->SetModeForPCH((PCHMode)XRCCTRL(*this, "rbPCHStrategy", wxRadioBox)->GetSelection());
 
-    #if 1
         if (m_Current_Sel == -1)
             m_Current_Sel = 0; // force update of global options
+
         DoBeforeTargetChange(true);
-    #endif
     }
 
     wxDialog::EndModal(retCode);