diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-13 14:31:19 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-13 14:31:19 (GMT) |
commit | 8475d0256a9aafebe9685e5abcf8bcfc7f32f374 (patch) | |
tree | 04e80eea24742ddd5a66c2b18b7700f0f0f88f01 /Lib/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.py | |
parent | c8882b10c490298c670cec8ad6239acfaf14a66a (diff) | |
download | cpython-8475d0256a9aafebe9685e5abcf8bcfc7f32f374.zip cpython-8475d0256a9aafebe9685e5abcf8bcfc7f32f374.tar.gz cpython-8475d0256a9aafebe9685e5abcf8bcfc7f32f374.tar.bz2 |
Re-gegernated with the new gensuitemodule.
Diffstat (limited to 'Lib/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.py')
-rw-r--r-- | Lib/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Lib/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.py b/Lib/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.py index 776925a..5c3e927 100644 --- a/Lib/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.py +++ b/Lib/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.py @@ -1,7 +1,7 @@ """Suite Standard Suite: Common terms for most applications Level 1, version 1 -Generated from /Volumes/Moes/Applications (Mac OS 9)/Netscape Communicator\xe2\x84\xa2 Folder/Netscape Communicator\xe2\x84\xa2 +Generated from /Volumes/Sap/Applications (Mac OS 9)/Netscape Communicator\xe2\x84\xa2 Folder/Netscape Communicator\xe2\x84\xa2 AETE/AEUT resource version 1/0, language 0, script 0 """ @@ -108,10 +108,12 @@ class _Prop_alert_application(aetools.NProperty): """alert application - Most of the alerts will be sent to this application using yet unspecified AE interface. We need a few alert boxes: alert, confirm and notify. Any ideas on how to design this event? mailto:atotic@netscape.com. I\xd5d like to conform to the standard. """ which = 'ALAP' want = 'type' +alert_application = _Prop_alert_application() class _Prop_kiosk_mode(aetools.NProperty): """kiosk mode - Kiosk mode leaves very few menus enabled """ which = 'KOSK' want = 'long' +kiosk_mode = _Prop_kiosk_mode() # element 'cwin' as ['indx', 'name', 'ID '] class window(aetools.ComponentItem): |