diff -r 0025eb20d6f9 -r 5edd66c2d422 QTfrontend/main.cpp --- a/QTfrontend/main.cpp Sat Sep 24 21:01:12 2016 +0200 +++ b/QTfrontend/main.cpp Mon Sep 26 23:36:00 2016 -0400 @@ -346,7 +346,8 @@ } #ifdef _WIN32 - // Win32 registry setup (used for xfire detection etc. - don't set it if we're running in "portable" mode with a custom config dir) + // Win32 registry setup (used for external software detection etc. + // don't set it if running in "portable" mode with a custom config dir) if(!custom_config) { QSettings registry_hklm("HKEY_LOCAL_MACHINE", QSettings::NativeFormat);