mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 15:41:18 +01:00
Changed label, and name of AdornedRullerPanel to Timeline. Change requested by Robert Hänggi.
This commit is contained in:
@@ -1637,8 +1637,8 @@ AdornedRulerPanel::AdornedRulerPanel(wxWindow* parent,
|
||||
ViewInfo *viewinfo):
|
||||
wxPanel( parent, id, pos, size )
|
||||
{
|
||||
SetLabel( _("Vertical Ruler") );
|
||||
SetName( _("Vertical Ruler") );
|
||||
SetLabel( _("Timeline") );
|
||||
SetName(GetLabel());
|
||||
|
||||
mLeftOffset = 0;
|
||||
mCurPos = -1;
|
||||
|
||||
Reference in New Issue
Block a user