mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
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:
@@ -273,7 +273,7 @@ QString QETApp::commonElementsDir() {
|
|||||||
return(QUOTE(QET_COMMON_COLLECTION_PATH));
|
return(QUOTE(QET_COMMON_COLLECTION_PATH));
|
||||||
#else
|
#else
|
||||||
// l'option de compilation represente un chemin relatif au dossier contenant le binaire executable
|
// 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
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
@@ -427,7 +427,7 @@ QString QETApp::languagesPath() {
|
|||||||
return(QUOTE(QET_LANG_PATH));
|
return(QUOTE(QET_LANG_PATH));
|
||||||
#else
|
#else
|
||||||
// l'option de compilation represente un chemin relatif au dossier contenant le binaire executable
|
// 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
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user