diff options
author | dada513 <dada513@protonmail.com> | 2022-02-10 08:56:34 +0100 |
---|---|---|
committer | dada513 <dada513@protonmail.com> | 2022-02-10 08:56:34 +0100 |
commit | 619fcbfabf79fd63f410e53f1945590f8dc0fadf (patch) | |
tree | ebbdcf2d696db1b84501fe1f23073e0d2bac900a /launcher/Application.cpp | |
parent | 292869141f772e470e941b8edc085adb63e4dbe1 (diff) | |
download | PrismLauncher-619fcbfabf79fd63f410e53f1945590f8dc0fadf.tar.gz PrismLauncher-619fcbfabf79fd63f410e53f1945590f8dc0fadf.tar.bz2 PrismLauncher-619fcbfabf79fd63f410e53f1945590f8dc0fadf.zip |
rename LAUNCHER_DESKTOPNAME to LAUNCHER_DESKTOPFILENAME
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r-- | launcher/Application.cpp | 2 |
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(); |