# HG changeset patch # User Richard Laager # Date 1190994058 0 # Node ID 5051b94ad258a2394b6ccb1234f002272a63baaf # Parent 265b235c8099495d630ce6d801ab62242179566f applied changes from 6e915e14a78ccafa5e0ddfdcabccc2e174c734e3 through 6cb0c90b1044b61c7a2c1a7d78c55ef4c5af2bfb diff -r 265b235c8099 -r 5051b94ad258 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, "