2007-04-15 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_WriteGedcom.py: use CONT to continue page info * src/GrampsDb/_GrampsBSDDB.py: additional error checking * src/QuestionDialog.py: enable markup * src/DbLoader.py: additional error checking * src/plugins/NarrativeWeb.py * src/ReportBase/_ReportUtils.py 0001012: Private source and private child references shown in narrative website. 0001017: Insufficient space in pedigree view of narrative website svn: r8386
This commit is contained in:
@@ -171,7 +171,7 @@ class ErrorDialog(gtk.MessageDialog):
|
||||
type=gtk.MESSAGE_ERROR,
|
||||
buttons=gtk.BUTTONS_CLOSE)
|
||||
self.set_markup('<span weight="bold" size="larger">%s</span>' % msg1)
|
||||
self.format_secondary_text(msg2)
|
||||
self.format_secondary_markup(msg2)
|
||||
self.set_icon(ICON)
|
||||
self.set_title("%s - GRAMPS" % msg1)
|
||||
self.show()
|
||||
|
||||
Reference in New Issue
Block a user