Correction : typo dans le code.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@634 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2009-05-09 20:34:58 +00:00
parent dc43d675db
commit c3a39e0f4f

View File

@@ -273,7 +273,7 @@ QString QETApp::commonElementsDir() {
return(QUOTE(QET_COMMON_COLLECTION_PATH));
#else
// l'option de compilation represente un chemin relatif au dossier contenant le binaire executable
return(QCoreApplication::applicationDirPath() + "/" + QUOTE(QET_COMMON_COLLECTION_PATH)));
return(QCoreApplication::applicationDirPath() + "/" + QUOTE(QET_COMMON_COLLECTION_PATH));
#endif
#endif
}
@@ -427,7 +427,7 @@ QString QETApp::languagesPath() {
return(QUOTE(QET_LANG_PATH));
#else
// l'option de compilation represente un chemin relatif au dossier contenant le binaire executable
return(QCoreApplication::applicationDirPath() + "/" + QUOTE(QET_LANG_PATH)));
return(QCoreApplication::applicationDirPath() + "/" + QUOTE(QET_LANG_PATH));
#endif
#endif
}