Skip to content

Commit

Permalink
Applied patch from #2582.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13174 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Mar 27, 2010
1 parent 93fa3e1 commit 2bb4a66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/utils.py
Expand Up @@ -262,6 +262,8 @@ def showPluginHelp(packageName=None,filename="index",section=""):
helpfile = os.path.join(path,filename+"-en.html")
if not os.path.exists(helpfile):
helpfile = os.path.join(path,filename+"-en_US.html")
if not os.path.exists(helpfile):
helpfile = os.path.join(path,filename+".html")
if os.path.exists(helpfile):
url = "file://"+helpfile
if section != "":
Expand Down

0 comments on commit 2bb4a66

Please sign in to comment.