From a7d485d6f59619c33c5c2a4dbd8e8243a98a8e0b Mon Sep 17 00:00:00 2001 From: tooomm Date: Wed, 6 Feb 2019 05:57:35 +0100 Subject: [PATCH] keep wrong project domain for proper settings storage (#3560) * update project domain * revert + comment/hint * better wording --- cockatrice/src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cockatrice/src/main.cpp b/cockatrice/src/main.cpp index 3c0a7615c..a574fd70c 100644 --- a/cockatrice/src/main.cpp +++ b/cockatrice/src/main.cpp @@ -98,6 +98,8 @@ int main(int argc, char *argv[]) app.addLibraryPath(app.applicationDirPath() + "/plugins"); #endif + // These values are only used by the settings loader/saver + // Wrong or outdated values are kept to not break things QCoreApplication::setOrganizationName("Cockatrice"); QCoreApplication::setOrganizationDomain("cockatrice.de"); QCoreApplication::setApplicationName("Cockatrice");