--- AE/Installer/trunk/source/main_window.h 2009/06/18 22:30:30 355 +++ AE/Installer/trunk/source/main_window.h 2009/07/06 00:59:40 385 @@ -56,7 +56,7 @@ 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 @@ -64,7 +64,7 @@ class wxStatusBar; #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) +#define SYMBOL_MAINWINDOW_SIZE wxSize(540, 500) #define SYMBOL_MAINWINDOW_POSITION wxDefaultPosition ////@end control identifiers @@ -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