changeset 20213:5051b94ad258

applied changes from 6e915e14a78ccafa5e0ddfdcabccc2e174c734e3 through 6cb0c90b1044b61c7a2c1a7d78c55ef4c5af2bfb
author Richard Laager <rlaager@wiktel.com>
date Fri, 28 Sep 2007 15:40:58 +0000
parents 265b235c8099
children 61e478573b14
files pidgin/gtkdialogs.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkdialogs.c	Fri Sep 28 15:39:54 2007 +0000
+++ b/pidgin/gtkdialogs.c	Fri Sep 28 15:40:58 2007 +0000
@@ -285,6 +285,7 @@
 	about = NULL;
 }
 
+#if 0
 /* This function puts the version number onto the pixmap we use in the 'about' 
  * screen in Pidgin. */
 static void
@@ -322,6 +323,7 @@
 											 width, height);
 	g_object_unref(G_OBJECT(pixmap));
 }
+#endif
 
 void pidgin_dialogs_about()
 {
@@ -385,6 +387,9 @@
 	str = g_string_sized_new(4096);
 
 	g_string_append_printf(str,
+		"<CENTER><FONT SIZE=\"4\"><B>%s %s</B></FONT></CENTER><BR><BR>", PIDGIN_NAME, VERSION);
+
+	g_string_append_printf(str,
 		_("%s is a graphical modular messaging client based on "
 		  "libpurple which is capable of connecting to "
 		  "AIM, MSN, Yahoo!, XMPP, ICQ, IRC, SILC, SIP/SIMPLE, "