2007-04-11 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_WriteGedcom.py (GedcomWriter.write_source_ref): replace newlines with semicolons on output. svn: r8378
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
from cStringIO import StringIO
|
||||
from xml.sax.saxutils import escape
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
@@ -395,7 +396,6 @@ class ManagedWindow:
|
||||
#-------------------------------------------------------------------------
|
||||
def set_titles(window,title,t,msg=None):
|
||||
if title:
|
||||
print escape(t)
|
||||
title.set_text('<span weight="bold" size="larger">%s</span>' % escape(t))
|
||||
title.set_use_markup(True)
|
||||
if msg:
|
||||
|
||||
Reference in New Issue
Block a user