]> granicus.if.org Git - python/commitdiff
Minor clarficiations in the dialogs about which errno file is wanted when (I had...
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 1 Jan 2001 22:57:59 +0000 (22:57 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 1 Jan 2001 22:57:59 +0000 (22:57 +0000)
Mac/scripts/mkestrres.py

index a1a6049ebc68ddd5052c94b7b92254af34e6bf97..c19e6d0ba29c968c5fb96fe0eada46cc624e73e0 100644 (file)
@@ -102,13 +102,13 @@ def parse_errors_h(fp, dict):
                        
 def main():
        dict = {}
-       fss, ok = macfs.PromptGetFile("Where is errno.h?")
+       fss, ok = macfs.PromptGetFile("Where is GUSI sys/errno.h?")
        if not ok: return
        fp = open(fss.as_pathname())
        parse_errno_h(fp, dict)
        fp.close()
        
-       fss, ok = macfs.PromptGetFile("Select 2nd errno.h or cancel")
+       fss, ok = macfs.PromptGetFile("Select 2nd errno.h (MSL) or cancel")
        if not ok: return
        fp = open(fss.as_pathname())
        parse_errno_h(fp, dict)