diff -r f5dcef0bb8b9 -r 531f64292489 QTfrontend/main.cpp --- a/QTfrontend/main.cpp Thu Sep 08 00:34:57 2011 +0200 +++ b/QTfrontend/main.cpp Sat Oct 08 16:45:52 2011 +0200 @@ -470,8 +470,8 @@ app.installTranslator(&Translator); } +#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) -#ifdef _WIN32 if(!custom_config) { QSettings registry_hklm("HKEY_LOCAL_MACHINE", QSettings::NativeFormat);