# HG changeset patch # User Stu Tomlinson # Date 1176321177 0 # Node ID 735d92e685efcfb00dc4c5bf852650702d3bd56d # Parent b0be5a8d85615664d0a2e9ff7fda0ffbcb34b2dd Whitespace diff -r b0be5a8d8561 -r 735d92e685ef libpurple/plugins/newline.c --- a/libpurple/plugins/newline.c Wed Apr 11 19:45:20 2007 +0000 +++ b/libpurple/plugins/newline.c Wed Apr 11 19:52:57 2007 +0000 @@ -55,22 +55,22 @@ static PurplePluginInfo info = { - PURPLE_PLUGIN_MAGIC, /**< magic */ - PURPLE_MAJOR_VERSION, /**< major version */ - PURPLE_MINOR_VERSION, /**< minor version */ + PURPLE_PLUGIN_MAGIC, /**< magic */ + PURPLE_MAJOR_VERSION, /**< major version */ + PURPLE_MINOR_VERSION, /**< minor version */ PURPLE_PLUGIN_STANDARD, /**< type */ NULL, /**< ui_requirement */ 0, /**< flags */ NULL, /**< dependencies */ - PURPLE_PRIORITY_DEFAULT, /**< priority */ + PURPLE_PRIORITY_DEFAULT, /**< priority */ "core-plugin_pack-newline", /**< id */ N_("New Line"), /**< name */ VERSION, /**< version */ - N_("Prepends a newline to displayed message."), /** summary */ + N_("Prepends a newline to displayed message."), /**< summary */ N_("Prepends a newline to messages so that the " "rest of the message appears below the " - "screen name in the conversation window."), /** description */ + "screen name in the conversation window."), /**< description */ "Stu Tomlinson ", /**< author */ PURPLE_WEBSITE, /**< homepage */