diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-04-23 21:08:54 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-04-23 21:08:54 (GMT) |
commit | 95df3fd15933dafbb2f1140d011794cc8ccbdc76 (patch) | |
tree | ae7faa5a51767c127cf9e3e60f3247e77f1c758a /Mac/Lib/lib-scriptpackages/Netscape/Text.py | |
parent | 18983536dcb1b430934f345dc1d95aaadbafa2c0 (diff) | |
download | cpython-95df3fd15933dafbb2f1140d011794cc8ccbdc76.zip cpython-95df3fd15933dafbb2f1140d011794cc8ccbdc76.tar.gz cpython-95df3fd15933dafbb2f1140d011794cc8ccbdc76.tar.bz2 |
Second part of fix for #493826: regenerated suite modules so errn exists but == 0 doesn't signal an error.
Bugfix candidate.
Diffstat (limited to 'Mac/Lib/lib-scriptpackages/Netscape/Text.py')
-rw-r--r-- | Mac/Lib/lib-scriptpackages/Netscape/Text.py | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Mac/Lib/lib-scriptpackages/Netscape/Text.py b/Mac/Lib/lib-scriptpackages/Netscape/Text.py index beda5b3..50288d0 100644 --- a/Mac/Lib/lib-scriptpackages/Netscape/Text.py +++ b/Mac/Lib/lib-scriptpackages/Netscape/Text.py @@ -1,7 +1,7 @@ """Suite Text: Level 0, version 0 -Generated from Macintosh HD:Internet:Internet-programma's:Netscape CommunicatorŽ-map:Netscape CommunicatorŽ +Generated from Moes:Applications (Mac OS 9):Netscape CommunicatorŽ Folder:Netscape CommunicatorŽ AETE/AEUT resource version 1/0, language 0, script 0 """ @@ -95,22 +95,22 @@ styleset._elemdict = { # Indices of types declared in this module # _classdeclarations = { - 'stys' : styleset, 'ctxt' : text, + 'stys' : styleset, } _propdeclarations = { - 'pAft' : justbehind, - 'psct' : writing_code, - 'txst' : style, - 'colr' : color, 'pBef' : infront, - 'pnam' : name, + 'bgng' : beginning, + 'colr' : color, + 'txst' : style, + 'psct' : writing_code, + 'pAft' : justbehind, + 'end ' : end, 'ptsz' : size, 'pUpL' : updateLevel, - 'bgng' : beginning, + 'pnam' : name, 'font' : font, - 'end ' : end, } _compdeclarations = { |