summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/help/helpscan.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/help/helpscan.py')
-rw-r--r--Mac/Modules/help/helpscan.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Modules/help/helpscan.py b/Mac/Modules/help/helpscan.py
index da95e85..6932793 100644
--- a/Mac/Modules/help/helpscan.py
+++ b/Mac/Modules/help/helpscan.py
@@ -51,6 +51,8 @@ class MyScanner(Scanner):
def makerepairinstructions(self):
return [
+ ([("WindowPtr", "*", "OutMode")],
+ [("ExistingWindowPtr", "*", "*")]),
]
if __name__ == "__main__":