| 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 */ |