libpurple/plugins/newline.c

changeset 22942
2bf494f8e2a4
parent 21800
775d93e65c3f
child 25633
feee0c7e503f
equal deleted inserted replaced
22941:fc6ebd513b8b 22942:2bf494f8e2a4
100 NULL, /**< dependencies */ 100 NULL, /**< dependencies */
101 PURPLE_PRIORITY_DEFAULT, /**< priority */ 101 PURPLE_PRIORITY_DEFAULT, /**< priority */
102 102
103 "core-plugin_pack-newline", /**< id */ 103 "core-plugin_pack-newline", /**< id */
104 N_("New Line"), /**< name */ 104 N_("New Line"), /**< name */
105 DISPLAY_VERSION, /**< version */ 105 DISPLAY_VERSION, /**< version */
106 N_("Prepends a newline to displayed message."), /**< summary */ 106 N_("Prepends a newline to displayed message."), /**< summary */
107 N_("Prepends a newline to messages so that the " 107 N_("Prepends a newline to messages so that the "
108 "rest of the message appears below the " 108 "rest of the message appears below the "
109 "screen name in the conversation window."), /**< description */ 109 "username in the conversation window."), /**< description */
110 "Stu Tomlinson <stu@nosnilmot.com>", /**< author */ 110 "Stu Tomlinson <stu@nosnilmot.com>", /**< author */
111 PURPLE_WEBSITE, /**< homepage */ 111 PURPLE_WEBSITE, /**< homepage */
112 112
113 plugin_load, /**< load */ 113 plugin_load, /**< load */
114 NULL, /**< unload */ 114 NULL, /**< unload */

mercurial