1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-03 11:24:10 +01:00

rollback to the previous path to *.qm files

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1605 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
martin 2010-09-13 00:08:40 +00:00 committed by martin
parent 47a7b8548b
commit f03958b4a6

View File

@ -194,7 +194,7 @@ static inline QStringList getPluginPaths()
#ifdef Q_OS_MAC #ifdef Q_OS_MAC
# define SHARE_PATH "/../Resources" # define SHARE_PATH "/../Resources"
#else #else
# define SHARE_PATH "/../share" # define SHARE_PATH "/../share/openpilotgcs"
#endif #endif
int main(int argc, char **argv) int main(int argc, char **argv)