Mercurial > pidgin.yaz
changeset 19683: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 | 4a372246ca1e |
children | f3e0b1221765 3792a8814166 |
files | pidgin/gtkdialogs.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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>"));