| 87 NULL, /**< dependencies */ |
87 NULL, /**< dependencies */ |
| 88 PURPLE_PRIORITY_DEFAULT, /**< priority */ |
88 PURPLE_PRIORITY_DEFAULT, /**< priority */ |
| 89 |
89 |
| 90 PURPLEINC_PLUGIN_ID, /**< id */ |
90 PURPLEINC_PLUGIN_ID, /**< id */ |
| 91 N_("Pidgin Demonstration Plugin"), /**< name */ |
91 N_("Pidgin Demonstration Plugin"), /**< name */ |
| 92 VERSION, /**< version */ |
92 DISPLAY_VERSION, /**< version */ |
| 93 /** summary */ |
93 /** summary */ |
| 94 N_("An example plugin that does stuff - see the description."), |
94 N_("An example plugin that does stuff - see the description."), |
| 95 /** description */ |
95 /** description */ |
| 96 N_("This is a really cool plugin that does a lot of stuff:\n" |
96 N_("This is a really cool plugin that does a lot of stuff:\n" |
| 97 "- It tells you who wrote the program when you log in\n" |
97 "- It tells you who wrote the program when you log in\n" |