1
0
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:
v.audacity
2012-08-07 04:16:13 +00:00
parent 740770f391
commit f7841b4d8f
3 changed files with 7 additions and 7 deletions

View File

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