mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-23 23:03:55 +02:00
Add selection settings to Device Toolbar tooltips. Adjust some comments.
This commit is contained in:
@@ -407,7 +407,7 @@ ToolManager::ToolManager( AudacityProject *parent )
|
||||
|
||||
// Create all of the toolbars
|
||||
mBars[ ToolsBarID ] = new ToolsToolBar();
|
||||
mBars[ TransportBarID ] = 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