diff src/buddy.c @ 2669:44773c4b0f16

[gaim-migrate @ 2682] So I was out driving around and went to get back on I-80, but there was no Westbound onramp at Cutting. I was so unpleased. I kept driving. Their were signs for San Rafael, so I just kept going. Little did I know that the it was referring to an onramp to westbound 580, and that it was quite a distance from where I started. It was good, though, because I was bored anyway. committer: Tailor Script <tailor@pidgin.im>
author Adam Fritzler <mid@auk.cx>
date Sun, 04 Nov 2001 07:42:28 +0000
parents b0c5770156e1
children 37d80035e77f
line wrap: on
line diff
--- a/src/buddy.c	Fri Nov 02 23:02:31 2001 +0000
+++ b/src/buddy.c	Sun Nov 04 07:42:28 2001 +0000
@@ -1877,7 +1877,7 @@
 	static char buf[256], *tmp;
 	int count = 0, i = 0;
 	gushort bit = 1;
-	while (bit <= 0x80) {
+	while (bit <= 0x400) {
 		if (bit & caps) {
 			switch (bit) {
 			case 0x1:
@@ -1899,11 +1899,15 @@
 				tmp = _("Send File");
 				break;
 			case 0x40:
+			case 0x200:
 				tmp = _("Games");
 				break;
 			case 0x80:
 				tmp = _("Stocks");
 				break;
+			case 0x400:
+				tmp = _("EveryBuddy Bug");
+				break;
 			default:
 				tmp = NULL;
 				break;