1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

Fixed path to *.qm files

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1400 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
martin 2010-08-24 22:06:02 +00:00 committed by martin
parent 8526589dfb
commit 84d82f7ac7

View File

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