mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-10 17:11:17 +02:00
Some compilation fixes for EXPERIMENTAL_DA
This commit is contained in:
parent
867775ef99
commit
06b2831d9b
@ -95,8 +95,8 @@ static CommandFlagOptions result{
|
|||||||
// "\n\nClick the Help button to learn more about selection methods."
|
// "\n\nClick the Help button to learn more about selection methods."
|
||||||
);
|
);
|
||||||
#endif
|
#endif
|
||||||
return format.Format( Name );
|
|
||||||
#endif
|
#endif
|
||||||
|
return format.Format( Name );
|
||||||
},
|
},
|
||||||
"Selecting_Audio_-_the_basics",
|
"Selecting_Audio_-_the_basics",
|
||||||
XO("No Audio Selected")
|
XO("No Audio Selected")
|
||||||
|
@ -502,9 +502,12 @@ BaseItemSharedPtr HelpMenu()
|
|||||||
Command( wxT("QuickFix"), XXO("&Quick Fix..."), FN(OnQuickFix),
|
Command( wxT("QuickFix"), XXO("&Quick Fix..."), FN(OnQuickFix),
|
||||||
AlwaysEnabledFlag ),
|
AlwaysEnabledFlag ),
|
||||||
// DA: 'Getting Started' rather than 'Quick Help'.
|
// DA: 'Getting Started' rather than 'Quick Help'.
|
||||||
Command( wxT("QuickHelp"), XXO("&Getting Started"), FN(OnQuickHelp) ),
|
Command( wxT("QuickHelp"), XXO("&Getting Started"), FN(OnQuickHelp),
|
||||||
|
AlwaysEnabledFlag ),
|
||||||
// DA: Emphasise it is the Audacity Manual (No separate DA manual).
|
// DA: Emphasise it is the Audacity Manual (No separate DA manual).
|
||||||
Command( wxT("Manual"), XXO("Audacity &Manual"), FN(OnManual) )
|
Command( wxT("Manual"), XXO("Audacity &Manual"), FN(OnManual),
|
||||||
|
AlwaysEnabledFlag )
|
||||||
|
|
||||||
#else
|
#else
|
||||||
Command( wxT("QuickHelp"), XXO("&Quick Help..."), FN(OnQuickHelp),
|
Command( wxT("QuickHelp"), XXO("&Quick Help..."), FN(OnQuickHelp),
|
||||||
AlwaysEnabledFlag ),
|
AlwaysEnabledFlag ),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user