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 502 by iritscen, Wed Dec 30 01:51:38 2009 UTC vs.
Revision 503 by gumby, Wed Mar 24 07:12:25 2010 UTC

# Line 65 | Line 65 | class wxStatusBar;
65   #define ReGlobalize_Button 10018
66   #define wxID_LOAD 10006
67   #define wxID_OPTIONS 10017
68 + #define Dir_Button 10100
69   #define SYMBOL_MAINWINDOW_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxMINIMIZE_BOX|wxMAXIMIZE_BOX|wxCLOSE_BOX|wxSIMPLE_BORDER
70   #define SYMBOL_MAINWINDOW_TITLE _("Installer")
71   #define SYMBOL_MAINWINDOW_IDNAME ID_MAINWINDOW
# Line 153 | Line 154 | public:
154      /// wxEVT_COMMAND_MENU_SELECTED event handler for wxID_ABOUT
155      void OnAboutClick( wxCommandEvent& event );
156  
157 +        /// change currently directory
158 +        void OnDirButtonClick( wxCommandEvent& event );
159   ////@end MainWindow event handler declarations
160  
161   ////@begin MainWindow member function declarations
# Line 184 | Line 187 | public:
187      wxRadioButton* SeperatedRadio;
188      wxRadioButton* CompleteRadio;
189      wxButton* ReglobalizeButton;
190 +        wxButton* ChangeDirectoryButton;
191   ////@end MainWindow member variables
192  
193          void refreshMods( vector<string> );

Diff Legend

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