translation fixes

svn: r1425
This commit is contained in:
Don Allingham
2003-04-05 23:39:22 +00:00
parent a296283f24
commit 7414aeba7c
10 changed files with 871 additions and 498 deletions

View File

@@ -534,13 +534,19 @@ class Gramps:
def on_about_activate(self,obj):
"""Displays the about box. Called from Help menu"""
pixbuf = gtk.gdk.pixbuf_new_from_file(const.logo)
if const.translators[0:11] == "TRANSLATORS":
trans = ""
else:
trans = const.translators
gnome.ui.About(const.progName,
const.version,
const.copyright,
const.comments,
const.authors,
const.documenters,
const.translators,
trans,
pixbuf).show()
def on_contents_activate(self,obj):