mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
TranslatableString for names, labels, tooltips of wxPanelWrapper...
... and Grabber too
This commit is contained in:
@@ -259,8 +259,8 @@ TrackPanel::TrackPanel(wxWindow * parent, wxWindowID id,
|
||||
#endif
|
||||
{
|
||||
SetLayoutDirection(wxLayout_LeftToRight);
|
||||
SetLabel(_("Track Panel"));
|
||||
SetName(_("Track Panel"));
|
||||
SetLabel(XO("Track Panel"));
|
||||
SetName(XO("Track Panel"));
|
||||
SetBackgroundStyle(wxBG_STYLE_PAINT);
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user