pidgin/plugins/pidgininc.c

changeset 21106
b85fbef13eed
parent 16404
e9d58a83180f
child 25626
fe48b8c64207
child 25629
a1d84a478cb7
equal deleted inserted replaced
21105:74acfc3782f1 21106:b85fbef13eed
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"

mercurial