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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user