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/Finder/Obsolete_terms.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/Finder/Obsolete_terms.py')
-rw-r--r-- | Mac/Lib/lib-scriptpackages/Finder/Obsolete_terms.py | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/Mac/Lib/lib-scriptpackages/Finder/Obsolete_terms.py b/Mac/Lib/lib-scriptpackages/Finder/Obsolete_terms.py index 6dfd9c6..a30653d 100644 --- a/Mac/Lib/lib-scriptpackages/Finder/Obsolete_terms.py +++ b/Mac/Lib/lib-scriptpackages/Finder/Obsolete_terms.py @@ -1,7 +1,7 @@ """Suite Obsolete terms: Terms that have been deprecated Level 1, version 1 -Generated from Macintosh HD:Systeemmap:Finder +Generated from Moes:Systeemmap:Finder AETE/AEUT resource version 0/144, language 0, script 0 """ @@ -175,31 +175,31 @@ status_window._elemdict = { # Indices of types declared in this module # _classdeclarations = { - 'ccdv' : control_panel, - 'iwnd' : information_window, - 'ctnr' : container, + 'qwnd' : status_window, 'capp' : application, - 'sctr' : sharable_container, - 'cwnd' : container_window, + 'swnd' : sharing_window, + 'ccdv' : control_panel, 'prcs' : process, - 'file' : file, 'cobj' : item, - 'qwnd' : status_window, - 'swnd' : sharing_window, + 'file' : file, + 'sctr' : sharable_container, + 'cwnd' : container_window, + 'ctnr' : container, + 'iwnd' : information_window, } _propdeclarations = { - 'crtd' : creation_date_obsolete, - 'cfol' : folder_obsolete, - 'ctnr' : container, - 'cwnd' : container_window, - 'pvwp' : view_preferences, + 'fitp' : file_type_obsolete, 'swnd' : sharing_window, + 'cfol' : folder_obsolete, + 'crtd' : creation_date_obsolete, + 'islk' : locked_obsolete, + 'modd' : modification_date_obsolete, 'sctr' : sharable_container, + 'pvwp' : view_preferences, + 'cwnd' : container_window, + 'ctnr' : container, 'cobj' : item, - 'modd' : modification_date_obsolete, - 'islk' : locked_obsolete, - 'fitp' : file_type_obsolete, } _compdeclarations = { |