mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 12:12:23 +01:00
Bug 2274 - Enh: Dialog for orphan block files has no "?" Help button
also Bug 2273 - Enh: Dialog for missing block files has no "?" Help button These now link to the appropriate page in the manual.
This commit is contained in:
@@ -279,7 +279,9 @@ void ModuleManager::Initialize(CommandHandler &cmdHandler)
|
||||
int action;
|
||||
action = ShowMultiDialog(msg, XO("Audacity Module Loader"),
|
||||
buttons,
|
||||
XO("Try and load this module?"), false);
|
||||
"",
|
||||
XO("Try and load this module?"),
|
||||
false);
|
||||
#ifdef EXPERIMENTAL_MODULE_PREFS
|
||||
// If we're not prompting always, accept the answer permanantly
|
||||
if( iModuleStatus == kModuleNew ){
|
||||
|
||||
Reference in New Issue
Block a user