# HG changeset patch # User Kevin Stange # Date 1190278161 0 # Node ID 96b0d1b3111bbf8d0ec0462c1c82147a716586da # Parent c746a17f64afb3b563eb0714a753c12d8978d75c Add the version into the imhtml as Sean suggested. Also, eliminate a warning. I was disturbed that there was no indication of the "devel" version in the "About" box. diff -r c746a17f64af -r 96b0d1b3111b pidgin/gtkdialogs.c --- a/pidgin/gtkdialogs.c Thu Sep 20 08:28:09 2007 +0000 +++ b/pidgin/gtkdialogs.c Thu Sep 20 08:49:21 2007 +0000 @@ -286,6 +286,7 @@ about = NULL; } +#if 0 /* This function puts the version number onto the pixmap we use in the 'about' * screen in Pidgin. */ static void @@ -323,6 +324,7 @@ width, height); g_object_unref(G_OBJECT(pixmap)); } +#endif void pidgin_dialogs_about() { @@ -386,6 +388,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, "