# HG changeset patch # User John Bailey # Date 1189284239 0 # Node ID 8021fe1e2a63dc1e8cb333425451783bb2a5a29a # Parent 4a372246ca1e5618ec064c63c5a8a234d93fea3f Add a link to the FAQ in the about box as indirectly suggested in #pidgin. diff -r 4a372246ca1e -r 8021fe1e2a63 pidgin/gtkdialogs.c --- a/pidgin/gtkdialogs.c Sat Sep 08 08:21:06 2007 +0000 +++ b/pidgin/gtkdialogs.c Sat Sep 08 20:43:59 2007 +0000 @@ -396,6 +396,9 @@ g_string_append(str, "URL: " PURPLE_WEBSITE "

"); + g_string_append(str, "FAQ: " + "http://developer.pidgin.im/wiki/FAQ

"); g_string_append_printf(str, _("IRC: " "#pidgin on irc.freenode.net

"));