mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Rename TimerToolBar to TimeToolBar
This commit is contained in:
@@ -45,7 +45,7 @@ Paul Licameli split from AudacityProject.cpp
|
||||
#include "toolbars/MixerToolBar.h"
|
||||
#include "toolbars/SelectionBar.h"
|
||||
#include "toolbars/SpectralSelectionBar.h"
|
||||
#include "toolbars/TimerToolBar.h"
|
||||
#include "toolbars/TimeToolBar.h"
|
||||
#include "toolbars/ToolManager.h"
|
||||
#include "widgets/AudacityMessageBox.h"
|
||||
#include "widgets/FileHistory.h"
|
||||
@@ -571,7 +571,7 @@ AudacityProject *ProjectManager::New()
|
||||
#ifdef EXPERIMENTAL_SPECTRAL_EDITING
|
||||
SpectralSelectionBar::Get( project ).SetListener( &projectSelectionManager );
|
||||
#endif
|
||||
TimerToolBar::Get( project ).SetListener( &projectSelectionManager );
|
||||
TimeToolBar::Get( project ).SetListener( &projectSelectionManager );
|
||||
|
||||
#if wxUSE_DRAG_AND_DROP
|
||||
// We can import now, so become a drag target
|
||||
|
||||
Reference in New Issue
Block a user