mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
InputConfigDiag: Clean up dialog title translation handling
This commit is contained in:
parent
6487341a03
commit
27540ba3fb
3 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue