--- AE/Installer/trunk/source/main_window.h 2009/06/01 02:04:33 328 +++ AE/Installer/trunk/source/main_window.h 2009/06/04 12:05:26 331 @@ -56,7 +56,7 @@ class wxStatusBar; #define ID_PANEL1 10019 #define Sep_RadioButton 10013 #define NoSep_RadioButton 10014 -#define Seperated_RadioButton 10015 +#define Separated_RadioButton 10015 #define Complete_RadioButton 10016 #define ReGlobalize_Button 10018 #define wxID_LOAD 10006 @@ -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 Seperated_RadioButton - void OnSeperatedRadioButtonSelected( wxCommandEvent& event ); + /// wxEVT_COMMAND_RADIOBUTTON_SELECTED event handler for Separated_RadioButton + void OnSeparatedRadioButtonSelected( 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* SeperatedRadio; + wxRadioButton* SeparatedRadio; wxRadioButton* CompleteRadio; wxButton* ReglobalizeButton; ////@end MainWindow member variables