mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
TranslatableString for titles, names, labels of wxDialogWrappers...
... Found one missed translation in CommandTargets.cpp
This commit is contained in:
@@ -40,7 +40,7 @@ class MixerTrackSlider final : public ASlider
|
||||
public:
|
||||
MixerTrackSlider(wxWindow * parent,
|
||||
wxWindowID id,
|
||||
const wxString &name,
|
||||
const TranslatableString &name,
|
||||
const wxPoint & pos,
|
||||
const wxSize & size,
|
||||
const ASlider::Options &options = ASlider::Options{});
|
||||
|
||||
Reference in New Issue
Block a user