summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Blanton <elb@pidgin.im>2009-03-10 16:57:57 +0000
committerEthan Blanton <elb@pidgin.im>2009-03-10 16:57:57 +0000
commitda6bf5ab31ece22ea4838f5328e275188750ea2b (patch)
tree5ecabde9e432759820150e914e3c0c38a5441a6d
parentbdfb17e7f3f9201472d8f37f67c82ace1d2085fa (diff)
downloadpidgin-da6bf5ab31ece22ea4838f5328e275188750ea2b.tar.gz
Add the libpurple version to Pidgin's About dialog
-rw-r--r--pidgin/gtkdialogs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pidgin/gtkdialogs.c b/pidgin/gtkdialogs.c
index ec8cccb091..f8aa7aa755 100644
--- a/pidgin/gtkdialogs.c
+++ b/pidgin/gtkdialogs.c
@@ -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 @@ void pidgin_dialogs_about()
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 "