mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 08:59:28 +02:00
Fix identifier string for new experimental command
This commit is contained in:
parent
ef41b8f2ee
commit
ff2d20f335
@ -321,7 +321,7 @@ MenuTable::BaseItemSharedPtr ToolbarsMenu()
|
|||||||
,
|
,
|
||||||
/* i18n-hint: Clicking this menu item shows the toolbar
|
/* i18n-hint: Clicking this menu item shows the toolbar
|
||||||
for viewing actual time of the cursor*/
|
for viewing actual time of the cursor*/
|
||||||
Command( wxT("ShowTImerToolBarTB"), XXO("&Timer Toolbar"),
|
Command( wxT("ShowTimerToolBarTB"), XXO("&Timer Toolbar"),
|
||||||
FN(OnShowTimerToolBar), AlwaysEnabledFlag, checkOff )
|
FN(OnShowTimerToolBar), AlwaysEnabledFlag, checkOff )
|
||||||
#endif
|
#endif
|
||||||
#ifdef EXPERIMENTAL_SPECTRAL_EDITING
|
#ifdef EXPERIMENTAL_SPECTRAL_EDITING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user