diff options
Diffstat (limited to 'Mac/Lib/lib-scriptpackages/Netscape/Standard_Suite.py')
| -rw-r--r-- | Mac/Lib/lib-scriptpackages/Netscape/Standard_Suite.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mac/Lib/lib-scriptpackages/Netscape/Standard_Suite.py b/Mac/Lib/lib-scriptpackages/Netscape/Standard_Suite.py index cccdbdf..1044ca8 100644 --- a/Mac/Lib/lib-scriptpackages/Netscape/Standard_Suite.py +++ b/Mac/Lib/lib-scriptpackages/Netscape/Standard_Suite.py @@ -1,7 +1,7 @@ """Suite Standard Suite: Common terms for most applications Level 1, version 1 -Generated from Macintosh HD:Internet:Internet-programma's:Netscape Communicator-map:Netscape Communicator +Generated from Macintosh HD:Internet:Internet-programma's:Netscape Communicator-map:Netscape Communicator AETE/AEUT resource version 1/0, language 0, script 0 """ @@ -79,7 +79,7 @@ class Standard_Suite_Events: } def set(self, _object, _attributes={}, **_arguments): - """set: Set an object¹s data + """set: Set an objectÕs data Required argument: the object to change Keyword argument to: the new value Keyword argument _attributes: AppleEvent attribute dictionary @@ -104,7 +104,7 @@ class application(aetools.ComponentItem): """application - An application program """ want = 'capp' class 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¹d like to conform to the standard. """ + """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Õd like to conform to the standard. """ which = 'ALAP' want = 'type' class kiosk_mode(aetools.NProperty): @@ -169,7 +169,7 @@ class URL(aetools.NProperty): which = 'curl' want = 'TEXT' class unique_ID(aetools.NProperty): - """unique ID - Window¹s unique ID (a bridge between WWW! suite window id¹s and standard AE windows) """ + """unique ID - WindowÕs unique ID (a bridge between WWW! suite window idÕs and standard AE windows) """ which = 'wiid' want = 'long' class busy(aetools.NProperty): |
