1
0
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:
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):
wxPanel( parent, id, pos, size )
{
SetLabel( _("Vertical Ruler") );
SetName( _("Vertical Ruler") );
SetLabel( _("Timeline") );
SetName(GetLabel());
mLeftOffset = 0;
mCurPos = -1;