From 668b885780cbffb86523b6d2ffb19a60ac1025c7 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Thu, 2 Jun 2005 10:30:15 +0000
Subject: [PATCH] add Version info in old about dialog (not translated)

---
 src/dialogs.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/dialogs.py b/src/dialogs.py
index 82639dc2b2..220746ac6d 100644
--- a/src/dialogs.py
+++ b/src/dialogs.py
@@ -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()
-- 
GitLab