pidgin: 8c5f3df4: Some tweaks to the About dialog:

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Sat Feb 14 03:01:08 EST 2009


-----------------------------------------------------------------
Revision: 8c5f3df4873c7cb92c7b53d5cd03b0ec0ff29163
Ancestor: b79100551ea19cf35ee8952a34a44b97204e75f3
Author: rekkanoryo at pidgin.im
Date: 2009-02-14T07:56:20
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/8c5f3df4873c7cb92c7b53d5cd03b0ec0ff29163

Modified files:
        pidgin/gtkdialogs.c

ChangeLog: 

Some tweaks to the About dialog:
 * Add reference to support at pidgin.im to hopefully reduce direct-to-developer
   e-mail from users for issues that really belong on support at 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

-------------- next part --------------
============================================================
--- pidgin/gtkdialogs.c	b448a16502b5307d007f4409a19fc03dd7c5f81a
+++ pidgin/gtkdialogs.c	e07ca19b67bc6221945db67119ebe58c9ff2d38d
@@ -457,12 +457,17 @@ void pidgin_dialogs_about()
 		  "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 at pidgin.im\">support at 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 at conference.pidgin.im<BR><BR>"));
 
 	/* Current Developers */
 	g_string_append_printf(str, "<FONT SIZE=\"4\">%s:</FONT><BR/>",


More information about the Commits mailing list