1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-02 09:54:42 +01: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:
v.audacity
2010-11-16 01:18:39 +00:00
parent 42b7a6ed51
commit 93485f5c50
13 changed files with 34 additions and 30 deletions

View File

@@ -333,7 +333,9 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
// ToolBar
ControlToolBar *GetControlToolBar();
// In the GUI, ControlToolBar appears as the "Transport Toolbar". "Control Toolbar" is historic.
ControlToolBar *GetControlToolBar();
DeviceToolBar *GetDeviceToolBar();
EditToolBar *GetEditToolBar();
MeterToolBar *GetMeterToolBar();