--- AE/Installer/trunk/source/main_window.h 2009/12/30 01:51:38 487 +++ AE/Installer/trunk/source/main_window.h 2010/03/24 07:12:25 503 @@ -65,6 +65,7 @@ class wxStatusBar; #define ReGlobalize_Button 10018 #define wxID_LOAD 10006 #define wxID_OPTIONS 10017 +#define Dir_Button 10100 #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 @@ -153,6 +154,8 @@ public: /// wxEVT_COMMAND_MENU_SELECTED event handler for wxID_ABOUT void OnAboutClick( wxCommandEvent& event ); + /// change currently directory + void OnDirButtonClick( wxCommandEvent& event ); ////@end MainWindow event handler declarations ////@begin MainWindow member function declarations @@ -184,6 +187,7 @@ public: wxRadioButton* SeperatedRadio; wxRadioButton* CompleteRadio; wxButton* ReglobalizeButton; + wxButton* ChangeDirectoryButton; ////@end MainWindow member variables void refreshMods( vector );