1
0
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:
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 /* 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