Commit ec694c32 authored by Jack Jansen's avatar Jack Jansen

Pass None to AHGotoPage().

parent f6b3fddf
......@@ -298,7 +298,7 @@ class PythonIDE(Wapplication.Application):
def domenu_localdocs(self, *args):
from Carbon import AH
AH.AHGotoPage("Python Help", "index.html", "")
AH.AHGotoPage("Python Help", None, None)
def domenu_appledocs(self, *args):
from Carbon import AH, AppleHelp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment