Implemented small tool for generating id of HLE-Function. Fixed small issue in PADManager dialog.

This commit is contained in:
Oil 2014-04-09 23:57:26 +04:00
parent 8183ee4d56
commit 770ebaf271
10 changed files with 148 additions and 12 deletions

View file

@ -6,7 +6,7 @@ class TextInputDialog : public wxDialog
std::string m_result;
public:
TextInputDialog(wxWindow* parent, const std::string& defvalue = "");
TextInputDialog(wxWindow* parent, const std::string& defvalue = "", const std::string& label = "Input text");
void OnOk(wxCommandEvent& event);
std::string GetResult();