ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/AE/Installer/trunk/source/main_window.h
(Generate patch)

Comparing AE/Installer/trunk/source/main_window.h (file contents):
Revision 327 by iritscen, Tue May 26 18:51:14 2009 UTC vs.
Revision 328 by gumby, Mon Jun 1 02:04:33 2009 UTC

# Line 56 | Line 56 | class wxStatusBar;
56   #define ID_PANEL1 10019
57   #define Sep_RadioButton 10013
58   #define NoSep_RadioButton 10014
59 < #define Separated_RadioButton 10015
59 > #define Seperated_RadioButton 10015
60   #define Complete_RadioButton 10016
61   #define ReGlobalize_Button 10018
62   #define wxID_LOAD 10006
63   #define wxID_OPTIONS 10017
64 < #define SYMBOL_MAINWINDOW_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxMINIMIZE_BOX|wxMAXIMIZE_BOX|wxCLOSE_BOX
64 > #define SYMBOL_MAINWINDOW_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxMINIMIZE_BOX|wxMAXIMIZE_BOX|wxCLOSE_BOX|wxSIMPLE_BORDER
65   #define SYMBOL_MAINWINDOW_TITLE _("Installer")
66   #define SYMBOL_MAINWINDOW_IDNAME ID_MAINWINDOW
67   #define SYMBOL_MAINWINDOW_SIZE wxSize(400, 500)
# Line 127 | Line 127 | public:
127      /// wxEVT_COMMAND_RADIOBUTTON_SELECTED event handler for NoSep_RadioButton
128      void OnNoSepRadioButtonSelected( wxCommandEvent& event );
129  
130 <    /// wxEVT_COMMAND_RADIOBUTTON_SELECTED event handler for Separated_RadioButton
131 <    void OnSeparatedRadioButtonSelected( wxCommandEvent& event );
130 >    /// wxEVT_COMMAND_RADIOBUTTON_SELECTED event handler for Seperated_RadioButton
131 >    void OnSeperatedRadioButtonSelected( wxCommandEvent& event );
132  
133      /// wxEVT_COMMAND_RADIOBUTTON_SELECTED event handler for Complete_RadioButton
134      void OnCompleteRadioButtonSelected( wxCommandEvent& event );
# Line 179 | Line 179 | public:
179      wxPanel* OptionsPanel;
180      wxRadioButton* SepRadio;
181      wxRadioButton* NoSepRadio;
182 <    wxRadioButton* SeparatedRadio;
182 >    wxRadioButton* SeperatedRadio;
183      wxRadioButton* CompleteRadio;
184      wxButton* ReglobalizeButton;
185   ////@end MainWindow member variables

Diff Legend

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