summaryrefslogtreecommitdiff
path: root/src/defaults.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r--src/defaults.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp
index eae83e1ab..5513dc74c 100644
--- a/src/defaults.cpp
+++ b/src/defaults.cpp
@@ -1,10 +1,10 @@
/*
- * The ManaPlus Client
+ * The ManaVerse Client
* Copyright (C) 2010 The Mana Developers
* Copyright (C) 2011-2020 The ManaPlus Developers
- * Copyright (C) 2020-2023 The ManaVerse Developers
+ * Copyright (C) 2020-2025 The ManaVerse Developers
*
- * This file is part of The ManaPlus Client.
+ * This file is part of The ManaVerse Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -311,12 +311,12 @@ void setConfigDefaults(Configuration &cfg)
AddDEF("downloadProxyType", 0);
AddDEF("downloadProxyTunnel", false);
AddDEF("blur", false);
-#if defined(WIN32) || defined(__APPLE__)
+#if defined(_WIN32) || defined(__APPLE__)
AddDEF("centerwindow", true);
-#else // defined(WIN32) || defined(__APPLE__)
+#else // defined(_WIN32) || defined(__APPLE__)
AddDEF("centerwindow", false);
-#endif // defined(WIN32) || defined(__APPLE__)
+#endif // defined(_WIN32) || defined(__APPLE__)
AddDEF("audioFrequency", 44100);
AddDEF("audioChannels", 2);