Minor updates
svn: r3138
This commit is contained in:
parent
149da4a70a
commit
fe2831dc44
@ -738,9 +738,9 @@ class BareReportDialog:
|
|||||||
if new_person:
|
if new_person:
|
||||||
self.new_person = new_person
|
self.new_person = new_person
|
||||||
new_name = new_person.get_primary_name().get_regular_name()
|
new_name = new_person.get_primary_name().get_regular_name()
|
||||||
if new_name:
|
if new_name:
|
||||||
self.person_label.set_text( "<i>%s</i>" % new_name )
|
self.person_label.set_text( "<i>%s</i>" % new_name )
|
||||||
self.person_label.set_use_markup(gtk.TRUE)
|
self.person_label.set_use_markup(gtk.TRUE)
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Gramps - a GTK+/GNOME based genealogy program
|
# Gramps - a GTK+/GNOME based genealogy program
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003 Donald N. Allingham
|
# Copyright (C) 2003-2004 Donald N. Allingham
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -18,6 +18,8 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# $Id$
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# internationalization
|
# internationalization
|
||||||
|
Loading…
Reference in New Issue
Block a user