# HG changeset patch # User Chris Cannam # Date 1483956899 0 # Node ID f98fde50570b8aa4d62359d4a891cd42beb60719 # Parent 9fb01c914935d548b7969ca29e52c434658fc46e Add checker README; rename plugin-checker-helper binary (back) to vamp-plugin-load-checker -- I decided it was more useful to have a distinctive name for the installed binary than it was important to show that it was plugin-agnostic diff -r 9fb01c914935 -r f98fde50570b plugin/PluginScan.cpp --- a/plugin/PluginScan.cpp Fri Jan 06 21:38:07 2017 +0000 +++ b/plugin/PluginScan.cpp Mon Jan 09 10:14:59 2017 +0000 @@ -72,7 +72,7 @@ HelperExecPath::NativeArchitectureOnly : HelperExecPath::AllInstalled); - QString helperName("plugin-checker-helper"); + QString helperName("vamp-plugin-load-checker"); auto helpers = hep.getHelperExecutables(helperName); clear(); @@ -190,7 +190,7 @@ if (!m_succeeded) { return QObject::tr("Failed to scan for plugins" "
Failed to scan for plugins at startup. Possibly " - "the plugin checker helper program was not correctly " + "the plugin checker program was not correctly " "installed alongside %1?
") .arg(QCoreApplication::applicationName()); }