~pyroom-dev/pyroom/package

« back to all changes in this revision

Viewing changes to pyroom_error.py

  • Committer: Florian Heinle
  • Date: 2008-07-06 13:58:51 UTC
  • Revision ID: florian-launchpad@planet-tiax.de-20080706135851-ksff2k1osqe3rhjd
oops

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        message = exception_value.message
38
38
    else: # uncaught exception in code
39
39
        message = _("""There has been an uncaught exception in pyroom.\n
40
 
This is most likely a programming error. Please submit a bug report to launchpad""")
 
40
This is most likely a programming error.\
 
41
Please submit a bug report to launchpad""")
41
42
 
42
43
    error_dialog = gtk.MessageDialog(parent=None, flags=gtk.DIALOG_MODAL,
43
44
                type=gtk.MESSAGE_ERROR, buttons=gtk.BUTTONS_NONE,