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