Pass None to AHGotoPage().

This commit is contained in:
Jack Jansen 2002-09-11 22:05:59 +00:00
parent f6b3fddfc3
commit ec694c32a7
1 changed files with 1 additions and 1 deletions

View File

@ -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