##// END OF EJS Templates
Fix help file name.
walter.doerwald -
Show More
@@ -713,7 +713,7 b' class IGridFrame(wx.Frame):'
713 Show the help-HTML in a browser (as a ``HtmlWindow`` does not understand
713 Show the help-HTML in a browser (as a ``HtmlWindow`` does not understand
714 CSS this looks better)
714 CSS this looks better)
715 """
715 """
716 filename = urllib.pathname2url(os.path.abspath(os.path.join(os.path.dirname(__file__), "help.html")))
716 filename = urllib.pathname2url(os.path.abspath(os.path.join(os.path.dirname(__file__), "igrid_help.html")))
717 if not filename.startswith("file"):
717 if not filename.startswith("file"):
718 filename = "file:" + filename
718 filename = "file:" + filename
719 webbrowser.open(filename, new=1, autoraise=True)
719 webbrowser.open(filename, new=1, autoraise=True)
General Comments 0
You need to be logged in to leave comments. Login now