# HG changeset patch # User John Bailey <rekkanoryo@rekkanoryo.org> # Date 1234598180 0 # Node ID e97fc1577a0f94bf8432c87f3a1d4bbab42c7bee # Parent fa5987472e007fb203543c3a5a140731ced51372 Some tweaks to the About dialog: * Add reference to support@pidgin.im to hopefully reduce direct-to-developer e-mail from users for issues that really belong on support@pidgin.im * Add the XMPP MUC * Mark the FAQ line as translatable. I don't remember why I didn't do this originally, but suspect it may have been due to a string freeze. * Fix indentation on a line diff -r fa5987472e00 -r e97fc1577a0f pidgin/gtkdialogs.c --- a/pidgin/gtkdialogs.c Thu Feb 12 02:33:05 2009 +0000 +++ b/pidgin/gtkdialogs.c Sat Feb 14 07:56:20 2009 +0000 @@ -457,12 +457,17 @@ "warranty for this program.<BR><BR>"), PIDGIN_NAME, PIDGIN_NAME, PIDGIN_NAME); 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>")); + PURPLE_WEBSITE "\">" PURPLE_WEBSITE "</A><BR/><BR/>"); + g_string_append_printf(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\">Help via e-mail:</FONT>" + " <A HREF=\"mailto:support@pidgin.im\">support@pidgin.im</A>" + "<BR/><BR/>")); + g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC Channel:</FONT> " + "#pidgin on irc.freenode.net<BR><BR>")); + g_string_append_printf(str, _("<FONT SIZE=\"4\">XMPP MUC:</FONT> " + "devel@conference.pidgin.im<BR><BR>")); /* Current Developers */ g_string_append_printf(str, "<FONT SIZE=\"4\">%s:</FONT><BR/>",