From 84d82f7ac79c513676353db590fa8c69510e7cb6 Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 24 Aug 2010 22:06:02 +0000 Subject: [PATCH] Fixed path to *.qm files git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1400 ebee16cc-31ac-478f-84a7-5cbb03baadba --- ground/src/app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ground/src/app/main.cpp b/ground/src/app/main.cpp index d07007d8c..46fce932f 100644 --- a/ground/src/app/main.cpp +++ b/ground/src/app/main.cpp @@ -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)