Skip to content
Snippets Groups Projects
Commit 668b8857 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

add Version info in old about dialog (not translated)

parent 872ad1fc
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment