InputConfigDiag: Clean up dialog title translation handling

This commit is contained in:
Lioncash
2014-12-01 15:47:38 -05:00
parent 6487341a03
commit 27540ba3fb
3 changed files with 5 additions and 5 deletions

View File

@ -223,7 +223,7 @@ private:
class InputConfigDialog : public wxDialog
{
public:
InputConfigDialog(wxWindow* const parent, InputConfig& config, const std::string& name, const int tab_num = 0);
InputConfigDialog(wxWindow* const parent, InputConfig& config, const wxString& name, const int tab_num = 0);
//~InputConfigDialog();
bool Destroy() override;