Ignore:
Timestamp:
Jun 1, 2009, 4:04:33 AM (16 years ago)
Author:
gumby
Message:

Added a border, probably

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/Installer/trunk/source/main_window.h

    r325 r328  
    5757#define Sep_RadioButton 10013
    5858#define NoSep_RadioButton 10014
    59 #define Separated_RadioButton 10015
     59#define Seperated_RadioButton 10015
    6060#define Complete_RadioButton 10016
    6161#define ReGlobalize_Button 10018
    6262#define wxID_LOAD 10006
    6363#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
    6565#define SYMBOL_MAINWINDOW_TITLE _("Installer")
    6666#define SYMBOL_MAINWINDOW_IDNAME ID_MAINWINDOW
     
    128128    void OnNoSepRadioButtonSelected( wxCommandEvent& event );
    129129
    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 );
    132132
    133133    /// wxEVT_COMMAND_RADIOBUTTON_SELECTED event handler for Complete_RadioButton
     
    180180    wxRadioButton* SepRadio;
    181181    wxRadioButton* NoSepRadio;
    182     wxRadioButton* SeparatedRadio;
     182    wxRadioButton* SeperatedRadio;
    183183    wxRadioButton* CompleteRadio;
    184184    wxButton* ReglobalizeButton;
Note: See TracChangeset for help on using the changeset viewer.