libpurple/plugins/buddynote.c

branch
release-2.2.3
changeset 20288
5ca925a094e2
parent 19859
71d37b57eff2
child 21453
a90cf329cd48
equal deleted inserted replaced
20287:4a25d4144f16 20288:5ca925a094e2
86 0, /**< flags */ 86 0, /**< flags */
87 NULL, /**< dependencies */ 87 NULL, /**< dependencies */
88 PURPLE_PRIORITY_DEFAULT, /**< priority */ 88 PURPLE_PRIORITY_DEFAULT, /**< priority */
89 "core-plugin_pack-buddynote", /**< id */ 89 "core-plugin_pack-buddynote", /**< id */
90 N_("Buddy Notes"), /**< name */ 90 N_("Buddy Notes"), /**< name */
91 VERSION, /**< version */ 91 DISPLAY_VERSION, /**< version */
92 N_("Store notes on particular buddies."), /**< summary */ 92 N_("Store notes on particular buddies."), /**< summary */
93 N_("Adds the option to store notes for buddies " 93 N_("Adds the option to store notes for buddies "
94 "on your buddy list."), /**< description */ 94 "on your buddy list."), /**< description */
95 "Stu Tomlinson <stu@nosnilmot.com>", /**< author */ 95 "Stu Tomlinson <stu@nosnilmot.com>", /**< author */
96 PURPLE_WEBSITE, /**< homepage */ 96 PURPLE_WEBSITE, /**< homepage */

mercurial