From c3a39e0f4fc3b4e6ce94b428f66be641cf655edc Mon Sep 17 00:00:00 2001 From: xavier Date: Sat, 9 May 2009 20:34:58 +0000 Subject: [PATCH] Correction : typo dans le code. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@634 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/qetapp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/qetapp.cpp b/sources/qetapp.cpp index 4099a31dd..3c947b8fe 100644 --- a/sources/qetapp.cpp +++ b/sources/qetapp.cpp @@ -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 }