1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-24 23:13:42 +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:
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

@@ -28,6 +28,7 @@ class AudacityProject;
class TrackList;
class TimeTrack;
// In the GUI, ControlToolBar appears as the "Transport Toolbar". "Control Toolbar" is historic.
class ControlToolBar:public ToolBar {
public: