--- AE/Installer/trunk/source/main_window.h 2009/05/26 18:51:14 325 +++ AE/Installer/trunk/source/main_window.h 2009/06/01 02:04:33 328 @@ -56,12 +56,12 @@ class wxStatusBar; #define ID_PANEL1 10019 #define Sep_RadioButton 10013 #define NoSep_RadioButton 10014 -#define Separated_RadioButton 10015 +#define Seperated_RadioButton 10015 #define Complete_RadioButton 10016 #define ReGlobalize_Button 10018 #define wxID_LOAD 10006 #define wxID_OPTIONS 10017 -#define SYMBOL_MAINWINDOW_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxMINIMIZE_BOX|wxMAXIMIZE_BOX|wxCLOSE_BOX +#define SYMBOL_MAINWINDOW_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxMINIMIZE_BOX|wxMAXIMIZE_BOX|wxCLOSE_BOX|wxSIMPLE_BORDER #define SYMBOL_MAINWINDOW_TITLE _("Installer") #define SYMBOL_MAINWINDOW_IDNAME ID_MAINWINDOW #define SYMBOL_MAINWINDOW_SIZE wxSize(400, 500) @@ -127,8 +127,8 @@ public: /// wxEVT_COMMAND_RADIOBUTTON_SELECTED event handler for NoSep_RadioButton void OnNoSepRadioButtonSelected( wxCommandEvent& event ); - /// wxEVT_COMMAND_RADIOBUTTON_SELECTED event handler for Separated_RadioButton - void OnSeparatedRadioButtonSelected( wxCommandEvent& event ); + /// wxEVT_COMMAND_RADIOBUTTON_SELECTED event handler for Seperated_RadioButton + void OnSeperatedRadioButtonSelected( wxCommandEvent& event ); /// wxEVT_COMMAND_RADIOBUTTON_SELECTED event handler for Complete_RadioButton void OnCompleteRadioButtonSelected( wxCommandEvent& event ); @@ -179,7 +179,7 @@ public: wxPanel* OptionsPanel; wxRadioButton* SepRadio; wxRadioButton* NoSepRadio; - wxRadioButton* SeparatedRadio; + wxRadioButton* SeperatedRadio; wxRadioButton* CompleteRadio; wxButton* ReglobalizeButton; ////@end MainWindow member variables