Mercurial > hg > svcore
changeset 1352:f98fde50570b 3.0-integration
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
author | Chris Cannam |
---|---|
date | Mon, 09 Jan 2017 10:14:59 +0000 |
parents | 9fb01c914935 |
children | 2001fe23e449 |
files | plugin/PluginScan.cpp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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("<b>Failed to scan for plugins</b>" "<p>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?</p>") .arg(QCoreApplication::applicationName()); }