1
0
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:
Paul Licameli 2020-01-29 11:32:10 -05:00
parent ef41b8f2ee
commit ff2d20f335

View File

@ -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