From ef90df2cd3885605b5fb0840d2538ed5cdffcfe8 Mon Sep 17 00:00:00 2001 From: kervala Date: Mon, 17 Oct 2016 13:52:20 +0200 Subject: [PATCH] Fixed: Typo... --- code/ryzom/tools/client/ryzom_installer/src/configfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/tools/client/ryzom_installer/src/configfile.cpp b/code/ryzom/tools/client/ryzom_installer/src/configfile.cpp index d771aad67..a069331f3 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/configfile.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/configfile.cpp @@ -312,7 +312,7 @@ QString CConfigFile::getMenuDirectory() const { QString applicationLocation; -#ifdef O_OS_MAC +#ifdef Q_OS_MAC // QStandardPaths::ApplicationsLocation returns read-only location so fix it, will be installed in ~/Applications applicationLocation = QStandardPaths::writableLocation(QStandardPaths::HomeLocation) + "/Applications"; #else