mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-09 14:16:28 +01:00
TranslatableString for titles, names, labels of wxDialogWrappers...
... Found one missed translation in CommandTargets.cpp
This commit is contained in:
@@ -169,7 +169,7 @@ private:
|
||||
class SuccessDialog final : public wxDialogWrapper
|
||||
{
|
||||
public:
|
||||
SuccessDialog(wxWindow *parent, wxWindowID id, const wxString &title) :
|
||||
SuccessDialog(wxWindow *parent, wxWindowID id, const TranslatableString &title) :
|
||||
wxDialogWrapper(parent, id, title, wxDefaultPosition,
|
||||
wxDefaultSize, wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER) {};
|
||||
void OnKeyDown(wxListEvent& event); // dismisses dialog when <enter> is pressed with list control having focus
|
||||
|
||||
Reference in New Issue
Block a user