# HG changeset patch # User John Bailey # 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.

"), PIDGIN_NAME, PIDGIN_NAME, PIDGIN_NAME); 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

")); + PURPLE_WEBSITE "\">" PURPLE_WEBSITE "

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

")); + g_string_append_printf(str, _("Help via e-mail:" + " support@pidgin.im" + "

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

")); + g_string_append_printf(str, _("XMPP MUC: " + "devel@conference.pidgin.im

")); /* Current Developers */ g_string_append_printf(str, "%s:
",