pidgin/plugins/musicmessaging/musicmessaging.c

branch
release-2.2.3
changeset 20288
5ca925a094e2
parent 19988
a0e2b3ea6d85
child 26756
874b154f4220
equal deleted inserted replaced
20287:4a25d4144f16 20288:5ca925a094e2
679 NULL, /**< dependencies */ 679 NULL, /**< dependencies */
680 PURPLE_PRIORITY_DEFAULT, /**< priority */ 680 PURPLE_PRIORITY_DEFAULT, /**< priority */
681 681
682 MUSICMESSAGING_PLUGIN_ID, /**< id */ 682 MUSICMESSAGING_PLUGIN_ID, /**< id */
683 "Music Messaging", /**< name */ 683 "Music Messaging", /**< name */
684 VERSION, /**< version */ 684 DISPLAY_VERSION, /**< version */
685 N_("Music Messaging Plugin for collaborative composition."), 685 N_("Music Messaging Plugin for collaborative composition."),
686 /** summary */ 686 /** summary */
687 N_("The Music Messaging Plugin allows a number of users to simultaneously work on a piece of music by editting a common score in real-time."), 687 N_("The Music Messaging Plugin allows a number of users to simultaneously work on a piece of music by editting a common score in real-time."),
688 /** description */ 688 /** description */
689 "Christian Muise <christian.muise@gmail.com>", /**< author */ 689 "Christian Muise <christian.muise@gmail.com>", /**< author */

mercurial