pidgin/plugins/timestamp.c

changeset 21106
b85fbef13eed
parent 19859
71d37b57eff2
child 21720
235394d5c7f4
equal deleted inserted replaced
21105:74acfc3782f1 21106:b85fbef13eed
198 NULL, /**< dependencies */ 198 NULL, /**< dependencies */
199 PURPLE_PRIORITY_DEFAULT, /**< priority */ 199 PURPLE_PRIORITY_DEFAULT, /**< priority */
200 200
201 TIMESTAMP_PLUGIN_ID, /**< id */ 201 TIMESTAMP_PLUGIN_ID, /**< id */
202 N_("Timestamp"), /**< name */ 202 N_("Timestamp"), /**< name */
203 VERSION, /**< version */ 203 DISPLAY_VERSION, /**< version */
204 /** summary */ 204 /** summary */
205 N_("Display iChat-style timestamps"), 205 N_("Display iChat-style timestamps"),
206 /** description */ 206 /** description */
207 N_("Display iChat-style timestamps every N minutes."), 207 N_("Display iChat-style timestamps every N minutes."),
208 "Sean Egan <seanegan@gmail.com>", /**< author */ 208 "Sean Egan <seanegan@gmail.com>", /**< author */

mercurial