mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-05 00:56:13 +00:00
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:
parent
5cacbf97b7
commit
d11f42c329
5 changed files with 21 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue