Mercurial > pidgin
changeset 16073:735d92e685ef
Whitespace
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Wed, 11 Apr 2007 19:52:57 +0000 |
parents | b0be5a8d8561 |
children | 771e1bfa22c6 |
files | libpurple/plugins/newline.c |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 <stu@nosnilmot.com>", /**< author */ PURPLE_WEBSITE, /**< homepage */