pidgin: 125b5578: Use proper newlines in /help output.

qulogic at pidgin.im qulogic at pidgin.im
Sat Mar 3 22:55:48 EST 2012


----------------------------------------------------------------------
Revision: 125b55788ece2c1ce3d60f9fa96e9e58cb324a44
Parent:   fdbe6e5251fddc10d70fad3419675c75f586d1a7
Author:   qulogic at pidgin.im
Date:     03/03/12 19:48:20
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/125b55788ece2c1ce3d60f9fa96e9e58cb324a44

Changelog: 

Use proper newlines in /help output.

Changes against parent fdbe6e5251fddc10d70fad3419675c75f586d1a7

  patched  pidgin/gtkconv.c

-------------- next part --------------
============================================================
--- pidgin/gtkconv.c	198705fe8de56c8f4d6e4c914b5e7335ea2536af
+++ pidgin/gtkconv.c	c06b10713ba16d89d6a01a343df73aec59c64c44
@@ -494,8 +494,8 @@ help_command_cb(PurpleConversation *conv
 			g_string_append(s, _("No such command (in this context)."));
 		}
 	} else {
-		s = g_string_new(_("Use \"/help <command>\" for help on a specific command.\n"
-											 "The following commands are available in this context:\n"));
+		s = g_string_new(_("Use \"/help <command>\" for help on a specific command.<br/>"
+		                   "The following commands are available in this context:<br/>"));
 
 		text = purple_cmd_list(conv);
 		for (l = text; l; l = l->next)


More information about the Commits mailing list