keep wrong project domain for proper settings storage (#3560)

* update project domain

* revert + comment/hint

* better wording
This commit is contained in:
tooomm 2019-02-06 05:57:35 +01:00 committed by Zach H
parent a719e3b306
commit a7d485d6f5

View file

@ -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");