| 735 NULL, /**< dependencies */ |
735 NULL, /**< dependencies */ |
| 736 PURPLE_PRIORITY_DEFAULT, /**< priority */ |
736 PURPLE_PRIORITY_DEFAULT, /**< priority */ |
| 737 |
737 |
| 738 SIGNAL_TEST_PLUGIN_ID, /**< id */ |
738 SIGNAL_TEST_PLUGIN_ID, /**< id */ |
| 739 N_("Signals Test"), /**< name */ |
739 N_("Signals Test"), /**< name */ |
| 740 VERSION, /**< version */ |
740 DISPLAY_VERSION, /**< version */ |
| 741 /** summary */ |
741 /** summary */ |
| 742 N_("Test to see that all signals are working properly."), |
742 N_("Test to see that all signals are working properly."), |
| 743 /** description */ |
743 /** description */ |
| 744 N_("Test to see that all signals are working properly."), |
744 N_("Test to see that all signals are working properly."), |
| 745 "Christian Hammond <chipx86@gnupdate.org>", /**< author */ |
745 "Christian Hammond <chipx86@gnupdate.org>", /**< author */ |