diff pidgin/gtkdialogs.c @ 19684:8021fe1e2a63

Add a link to the FAQ in the about box as indirectly suggested in #pidgin.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 08 Sep 2007 20:43:59 +0000
parents 44b4e8bd759b
children 5444ab83b30a
line wrap: on
line diff
--- 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, "<FONT SIZE=\"4\">URL:</FONT> <A HREF=\""
 					PURPLE_WEBSITE "\">" PURPLE_WEBSITE "</A><BR/><BR/>");
+	g_string_append(str, "<FONT SIZE=\"4\">FAQ:</FONT> <A HREF=\""
+			"http://developer.pidgin.im/wiki/FAQ\">"
+			"http://developer.pidgin.im/wiki/FAQ</A><BR/><BR/>");
 	g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC:</FONT> "
 						   "#pidgin on irc.freenode.net<BR><BR>"));