comparison libpurple/plugins/newline.c @ 21031:afb4704781ed

merge of '74f5f273ea24887c8df0384ce8795613dfbbd7ee' and 'df5eddde2a5d7ede22d8136c865b525bf6c0c677'
author Will Thompson <will.thompson@collabora.co.uk>
date Sat, 27 Oct 2007 17:47:48 +0000
parents 3cc856ca2338
children 3f87c3265740
comparison
equal deleted inserted replaced
21023:42ecde230f91 21031:afb4704781ed
64 NULL, /**< dependencies */ 64 NULL, /**< dependencies */
65 PURPLE_PRIORITY_DEFAULT, /**< priority */ 65 PURPLE_PRIORITY_DEFAULT, /**< priority */
66 66
67 "core-plugin_pack-newline", /**< id */ 67 "core-plugin_pack-newline", /**< id */
68 N_("New Line"), /**< name */ 68 N_("New Line"), /**< name */
69 VERSION, /**< version */ 69 DISPLAY_VERSION, /**< version */
70 N_("Prepends a newline to displayed message."), /**< summary */ 70 N_("Prepends a newline to displayed message."), /**< summary */
71 N_("Prepends a newline to messages so that the " 71 N_("Prepends a newline to messages so that the "
72 "rest of the message appears below the " 72 "rest of the message appears below the "
73 "screen name in the conversation window."), /**< description */ 73 "screen name in the conversation window."), /**< description */
74 "Stu Tomlinson <stu@nosnilmot.com>", /**< author */ 74 "Stu Tomlinson <stu@nosnilmot.com>", /**< author */