diff src/prpl.h @ 2162:a464da684307

[gaim-migrate @ 2172] couple fixes. Max Horn told me about one of them. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 24 Aug 2001 01:36:05 +0000
parents cff133e0ec0c
children edf8c5a70e5b
line wrap: on
line diff
--- a/src/prpl.h	Fri Aug 24 01:10:51 2001 +0000
+++ b/src/prpl.h	Fri Aug 24 01:36:05 2001 +0000
@@ -39,6 +39,13 @@
 /* DON'T TAKE AN UNASSIGNED NUMBER! Talk to Eric or Rob if you'd like
  * to create a new PRPL. */
 
+#define PRPL_DESC(x)	"Allows gaim to use the " x " protocol.\n\n" \
+			"Now that you have loaded this protocol, use the " \
+			"Account Editor to add an account that uses this " \
+			"protocol. You can access the Account Editor from " \
+			"the \"Accounts\" button on the login window or " \
+			"in the \"Tools\" menu in the buddy list window."
+
 #define DEFAULT_PROTO   PROTO_OSCAR
 
 /* These should all be stuff that some plugins can do and others can't */