improved the new way of doing aboutboxes

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@789 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2008-10-07 19:17:15 +00:00
parent 5cacbf97b7
commit d11f42c329
5 changed files with 21 additions and 24 deletions

View File

@ -19,6 +19,7 @@
#define __CONFIGDIALOG_h__
#include <wx/wx.h>
#include <wx/aboutdlg.h>
#include <wx/dialog.h>
#include <wx/textctrl.h>
#include <wx/button.h>
@ -65,6 +66,7 @@ class ConfigDialog : public wxDialog
private:
wxButton* m_About;
wxButton *m_Cancel;
wxButton *m_OK;
wxDirPickerCtrl *m_TexturePath;