diff -r 54b6fc31c703 -r 47e44a7b0fb9 pidgin/gtkdialogs.c --- 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, + "
%s %s


", 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, "