Skip to content

Commit

Permalink
Fixed pkgDataPath to docs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6723 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
homann committed Feb 27, 2007
1 parent 4dd4d53 commit d47e16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgisapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4202,7 +4202,7 @@ void QgisApp::openURL(QString url, bool useQgisDocDirectory)
// open help in user browser
if (useQgisDocDirectory)
{
url = "file://" + mAppDir + "/share/qgis/doc/" + url;
url = "file://" +QgsApplication::pkgDataPath() + "/doc/" + url;
}
#ifdef Q_OS_MACX
/* Use Mac OS X Launch Services which uses the user's default browser
Expand Down

0 comments on commit d47e16a

Please sign in to comment.