mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-08 04:32:00 +01:00
TranslatableString for titles, names, labels of wxDialogWrappers...
... Found one missed translation in CommandTargets.cpp
This commit is contained in:
@@ -29,7 +29,7 @@ BEGIN_EVENT_TABLE(TimeDialog, wxDialogWrapper)
|
||||
END_EVENT_TABLE()
|
||||
|
||||
TimeDialog::TimeDialog(wxWindow *parent,
|
||||
const wxString &title,
|
||||
const TranslatableString &title,
|
||||
const NumericFormatSymbol &format,
|
||||
double rate,
|
||||
double time,
|
||||
@@ -41,7 +41,7 @@ TimeDialog::TimeDialog(wxWindow *parent,
|
||||
mTime(time),
|
||||
mTimeCtrl(NULL)
|
||||
{
|
||||
SetName(GetTitle());
|
||||
SetName();
|
||||
ShuttleGui S(this, eIsCreating);
|
||||
PopulateOrExchange(S);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user