1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-02 12:35:11 +02: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:
James Crook
2020-02-09 20:26:29 +00:00
parent b85a393af4
commit 41619af8cd
4 changed files with 55 additions and 14 deletions

View File

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