mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 23:51: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):
|
ViewInfo *viewinfo):
|
||||||
wxPanel( parent, id, pos, size )
|
wxPanel( parent, id, pos, size )
|
||||||
{
|
{
|
||||||
SetLabel( _("Vertical Ruler") );
|
SetLabel( _("Timeline") );
|
||||||
SetName( _("Vertical Ruler") );
|
SetName(GetLabel());
|
||||||
|
|
||||||
mLeftOffset = 0;
|
mLeftOffset = 0;
|
||||||
mCurPos = -1;
|
mCurPos = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user