add Version info in old about dialog (not translated)
This commit is contained in:
parent
872ad1fc68
commit
668b885780
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue