comparison pidgin/gtkdialogs.c @ 26256:c0f7f0b2a950

Add the libpurple version to Pidgin's About dialog
author Ethan Blanton <elb@pidgin.im>
date Tue, 10 Mar 2009 16:57:57 +0000
parents 4b8c4870b13a
children 246e66ca3a4d 38238d41923b
comparison
equal deleted inserted replaced
26255:53b04369fb10 26256:c0f7f0b2a950
31 #include "debug.h" 31 #include "debug.h"
32 #include "notify.h" 32 #include "notify.h"
33 #include "prpl.h" 33 #include "prpl.h"
34 #include "request.h" 34 #include "request.h"
35 #include "util.h" 35 #include "util.h"
36 #include "core.h"
36 37
37 #include "gtkblist.h" 38 #include "gtkblist.h"
38 #include "gtkdialogs.h" 39 #include "gtkdialogs.h"
39 #include "gtkimhtml.h" 40 #include "gtkimhtml.h"
40 #include "gtkimhtmltoolbar.h" 41 #include "gtkimhtmltoolbar.h"
439 gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0); 440 gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0);
440 441
441 str = g_string_sized_new(4096); 442 str = g_string_sized_new(4096);
442 443
443 g_string_append_printf(str, 444 g_string_append_printf(str,
444 "<CENTER><FONT SIZE=\"4\"><B>%s %s</B></FONT></CENTER><BR><BR>", PIDGIN_NAME, DISPLAY_VERSION); 445 "<CENTER><FONT SIZE=\"4\"><B>%s %s</B></FONT></CENTER><BR>(libpurple %s)<BR><BR>", PIDGIN_NAME, DISPLAY_VERSION, purple_core_get_version());
445 446
446 g_string_append_printf(str, 447 g_string_append_printf(str,
447 _("%s is a graphical modular messaging client based on " 448 _("%s is a graphical modular messaging client based on "
448 "libpurple which is capable of connecting to " 449 "libpurple which is capable of connecting to "
449 "AIM, MSN, Yahoo!, XMPP, ICQ, IRC, SILC, SIP/SIMPLE, " 450 "AIM, MSN, Yahoo!, XMPP, ICQ, IRC, SILC, SIP/SIMPLE, "