add Version info in old about dialog (not translated)
This commit is contained in:
parent
872ad1fc68
commit
668b885780
1 changed files with 2 additions and 1 deletions
|
@ -366,7 +366,8 @@ class About_dialog:
|
||||||
'''Class for about dialog'''
|
'''Class for about dialog'''
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
if gtk.pygtk_version < (2, 6, 0):
|
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
|
return
|
||||||
|
|
||||||
dlg = gtk.AboutDialog()
|
dlg = gtk.AboutDialog()
|
||||||
|
|
Loading…
Add table
Reference in a new issue