mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-23 23:03:55 +02:00
ControlToolBar now appears in GUI as "Transport Toolbar" instead of "Control Toolbar", to better relate it to the Transport menu.
This commit is contained in:
@@ -407,7 +407,7 @@ ToolManager::ToolManager( AudacityProject *parent )
|
||||
|
||||
// Create all of the toolbars
|
||||
mBars[ ToolsBarID ] = new ToolsToolBar();
|
||||
mBars[ ControlBarID ] = new ControlToolBar();
|
||||
mBars[ TransportBarID ] = new ControlToolBar();
|
||||
mBars[ MeterBarID ] = new MeterToolBar();
|
||||
mBars[ EditBarID ] = new EditToolBar();
|
||||
mBars[ MixerBarID ] = new MixerToolBar();
|
||||
|
Reference in New Issue
Block a user