diff src/prpl.h @ 11358:fb702c34794b

[gaim-migrate @ 13580] New protocol option added. committer: Tailor Script <tailor@pidgin.im>
author Bartoz Oler <bartosz@pidgin.im>
date Sun, 28 Aug 2005 22:18:08 +0000
parents 90be432e8385
children 201617d49573
line wrap: on
line diff
--- a/src/prpl.h	Sun Aug 28 22:16:17 2005 +0000
+++ b/src/prpl.h	Sun Aug 28 22:18:08 2005 +0000
@@ -153,7 +153,14 @@
 	 *
 	 * Probably just Jabber and Y!M
 	 */
-	OPT_PROTO_USE_POINTSIZE = 0x00000100
+	OPT_PROTO_USE_POINTSIZE = 0x00000100,
+
+	/**
+	 * Set the Register button active when screenname is not given.
+	 *
+	 * Gadu-Gadu doesn't need a screenname to register new account.
+	 */
+	OPT_PROTO_REGISTER_NOSCREENNAME = 0x00000200,
 
 } GaimProtocolOptions;