# HG changeset patch # User Ethan Blanton # Date 1236704277 0 # Node ID c0f7f0b2a9506e4d21dc551d6f816fe202430efa # Parent 53b04369fb10c716234a8ec7cc6cd8c44c95420a Add the libpurple version to Pidgin's About dialog diff -r 53b04369fb10 -r c0f7f0b2a950 pidgin/gtkdialogs.c --- a/pidgin/gtkdialogs.c Mon Mar 09 02:19:51 2009 +0000 +++ b/pidgin/gtkdialogs.c Tue Mar 10 16:57:57 2009 +0000 @@ -33,6 +33,7 @@ #include "prpl.h" #include "request.h" #include "util.h" +#include "core.h" #include "gtkblist.h" #include "gtkdialogs.h" @@ -441,7 +442,7 @@ str = g_string_sized_new(4096); g_string_append_printf(str, - "
%s %s


", PIDGIN_NAME, DISPLAY_VERSION); + "
%s %s

(libpurple %s)

", PIDGIN_NAME, DISPLAY_VERSION, purple_core_get_version()); g_string_append_printf(str, _("%s is a graphical modular messaging client based on "