# HG changeset patch # User John Bailey # Date 1234598180 0 # Node ID 15b4422280d34d3315df0098d7cc73748367f38a # Parent a8bc9676ea5266e1cfd46544b57ba6207f6beb2a 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 a8bc9676ea52 -r 15b4422280d3 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:
",