diff pidgin/gtkdialogs.c @ 25847:2a34a3f5da2e

applied changes from 20269e8849976ad6a0996f79ccbc0a12a311484f through e9af692071731a2eec5087a51005e19b74012e93 applied changes from e1b1e80d999e393a80f201a484ef61289c258fbe through 20269e8849976ad6a0996f79ccbc0a12a311484f applied changes from e9af692071731a2eec5087a51005e19b74012e93 through e0170b7d1bb1bb03c7354d57d2d249842528f163 Add libpurple version info to pidgin --version, /debug, and About.
author Ethan Blanton <elb@pidgin.im>
date Tue, 28 Apr 2009 20:14:08 +0000
parents 03add32a4e9d
children 01f1929d0936
line wrap: on
line diff
--- a/pidgin/gtkdialogs.c	Mon Mar 02 02:29:53 2009 +0000
+++ b/pidgin/gtkdialogs.c	Tue Apr 28 20:14:08 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,
-		"<CENTER><FONT SIZE=\"4\"><B>%s %s</B></FONT></CENTER><BR><BR>", PIDGIN_NAME, DISPLAY_VERSION);
+		"<CENTER><FONT SIZE=\"4\"><B>%s %s</B></FONT></CENTER><BR>(libpurple %s)<BR><BR>", PIDGIN_NAME, DISPLAY_VERSION, purple_core_get_version());
 
 	g_string_append_printf(str,
 		_("%s is a graphical modular messaging client based on "