Changeset 3982
- Timestamp:
- 03/22/08 02:31:08 (8 months ago)
- Files:
-
- trunk/ide/ClassDesigner.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ide/ClassDesigner.py
r3955 r3982 1670 1670 try: 1671 1671 self.CurrentForm.onRunDesign(evt) 1672 except AttributeError, e: 1673 dabo.ui.stop(_("Attribute Error: %s\nCode: %s") % (e.message, e.text.strip()), 1674 _("Attribute Error")) 1672 1675 except StandardError, e: 1673 1676 dabo.ui.stop(_("Compilation Error: %s\nCode: %s") % (e.msg, e.text.strip()),
