Changeset 3983

Show
Ignore:
Timestamp:
03/22/08 09:00:17 (8 months ago)
Author:
ed
Message:

Fixed a mistake in my previous fix!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ide/ClassDesigner.py

    r3982 r3983  
    16711671            self.CurrentForm.onRunDesign(evt) 
    16721672        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")) 
    16751674        except StandardError, e: 
    16761675            dabo.ui.stop(_("Compilation Error: %s\nCode: %s") % (e.msg, e.text.strip()),