mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 15:39:27 +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
|
||||
for viewing actual time of the cursor*/
|
||||
Command( wxT("ShowTImerToolBarTB"), XXO("&Timer Toolbar"),
|
||||
Command( wxT("ShowTimerToolBarTB"), XXO("&Timer Toolbar"),
|
||||
FN(OnShowTimerToolBar), AlwaysEnabledFlag, checkOff )
|
||||
#endif
|
||||
#ifdef EXPERIMENTAL_SPECTRAL_EDITING
|
||||
|
Loading…
x
Reference in New Issue
Block a user