add Version info in old about dialog (not translated)

This commit is contained in:
Yann Leboulanger 2005-06-02 10:30:15 +00:00
parent 872ad1fc68
commit 668b885780
1 changed files with 2 additions and 1 deletions

View File

@ -366,7 +366,8 @@ class About_dialog:
'''Class for about dialog'''
def __init__(self):
if gtk.pygtk_version < (2, 6, 0):
Information_dialog(_('Gajim - a GTK+ Jabber client'))
Information_dialog(_('Gajim - a GTK+ Jabber client') + '\nVersion %s' \
% gajim.version)
return
dlg = gtk.AboutDialog()