aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authordada513 <dada513@protonmail.com>2022-02-10 08:56:34 +0100
committerdada513 <dada513@protonmail.com>2022-02-10 08:56:34 +0100
commit619fcbfabf79fd63f410e53f1945590f8dc0fadf (patch)
treeebbdcf2d696db1b84501fe1f23073e0d2bac900a /launcher
parent292869141f772e470e941b8edc085adb63e4dbe1 (diff)
downloadPrismLauncher-619fcbfabf79fd63f410e53f1945590f8dc0fadf.tar.gz
PrismLauncher-619fcbfabf79fd63f410e53f1945590f8dc0fadf.tar.bz2
PrismLauncher-619fcbfabf79fd63f410e53f1945590f8dc0fadf.zip
rename LAUNCHER_DESKTOPNAME to LAUNCHER_DESKTOPFILENAME
Diffstat (limited to 'launcher')
-rw-r--r--launcher/Application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp
index 81a27495..3a888739 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -188,7 +188,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
setApplicationDisplayName(BuildConfig.LAUNCHER_DISPLAYNAME);
setApplicationVersion(BuildConfig.printableVersionString());
#if (QT_VERSION >= QT_VERSION_CHECK(5,7,0))
- setDesktopFileName(BuildConfig.LAUNCHER_DESKTOPNAME);
+ setDesktopFileName(BuildConfig.LAUNCHER_DESKTOPFILENAME);
#endif
startTime = QDateTime::currentDateTime();