| 2758 "Richard Laager <rlaager@pidgin.im>", |
2758 "Richard Laager <rlaager@pidgin.im>", |
| 2759 NULL |
2759 NULL |
| 2760 }; |
2760 }; |
| 2761 |
2761 |
| 2762 return purple_plugin_info_new( |
2762 return purple_plugin_info_new( |
| 2763 "id", "core-log_reader", |
2763 "id", "core-log_reader", |
| 2764 "name", N_("Log Reader"), |
2764 "name", N_("Log Reader"), |
| 2765 "version", DISPLAY_VERSION, |
2765 "version", DISPLAY_VERSION, |
| 2766 "category", N_("Utility"), |
2766 "category", N_("Utility"), |
| 2767 "summary", N_("Includes other IM clients' logs in the log " |
2767 "summary", N_("Includes other IM clients' logs in the log " |
| 2768 "viewer."), |
2768 "viewer."), |
| 2769 "description", N_("When viewing logs, this plugin will include " |
2769 "description", N_("When viewing logs, this plugin will include " |
| 2770 "logs from other IM clients. Currently, this " |
2770 "logs from other IM clients. Currently, this " |
| 2771 "includes Adium, MSN Messenger, aMSN, and " |
2771 "includes Adium, MSN Messenger, aMSN, and " |
| 2772 "Trillian.\n\n" |
2772 "Trillian.\n\n" |
| 2773 "WARNING: This plugin is still alpha code and " |
2773 "WARNING: This plugin is still alpha code and " |
| 2774 "may crash frequently. Use it at your own " |
2774 "may crash frequently. Use it at your own " |
| 2775 "risk!"), |
2775 "risk!"), |
| 2776 "authors", authors, |
2776 "authors", authors, |
| 2777 "website", PURPLE_WEBSITE, |
2777 "website", PURPLE_WEBSITE, |
| 2778 "abi-version", PURPLE_ABI_VERSION, |
2778 "abi-version", PURPLE_ABI_VERSION, |
| 2779 "preferences-frame", get_plugin_pref_frame, |
2779 "pref-frame-cb", get_plugin_pref_frame, |
| 2780 NULL |
2780 NULL |
| 2781 ); |
2781 ); |
| 2782 } |
2782 } |
| 2783 |
2783 |
| 2784 static gboolean |
2784 static gboolean |