From f03958b4a603a87896e6c83af8f0f08539374faa Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 13 Sep 2010 00:08:40 +0000 Subject: [PATCH] rollback to the previous path to *.qm files git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1605 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 46fce932f..d07007d8c 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" +# define SHARE_PATH "/../share/openpilotgcs" #endif int main(int argc, char **argv)