pidgin/plugins/timestamp.c

branch
release-2.2.3
changeset 20288
5ca925a094e2
parent 19859
71d37b57eff2
child 21720
235394d5c7f4
equal deleted inserted replaced
20287:4a25d4144f16 20288:5ca925a094e2
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