1
0
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:
David Bailes
2015-06-11 13:15:42 +01:00
parent b000568d49
commit 8f9eda0214

View File

@@ -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;