Skip to content

Commit 19b1bc7

Browse files
author
wonder
committed
Applied patch from #2582.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13174 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1b7edf0 commit 19b1bc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ def showPluginHelp(packageName=None,filename="index",section=""):
262262
helpfile = os.path.join(path,filename+"-en.html")
263263
if not os.path.exists(helpfile):
264264
helpfile = os.path.join(path,filename+"-en_US.html")
265+
if not os.path.exists(helpfile):
266+
helpfile = os.path.join(path,filename+".html")
265267
if os.path.exists(helpfile):
266268
url = "file://"+helpfile
267269
if section != "":

0 commit comments

Comments
 (0)