diff src/buddy.c @ 1310:035945fca2d5

[gaim-migrate @ 1320] ha. should we even be doing this? might as well. makes us look powerful. *flexes fingers* committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 19 Dec 2000 10:23:23 +0000
parents 18c3874ea051
children b332d8f46b84
line wrap: on
line diff
--- a/src/buddy.c	Tue Dec 19 10:08:29 2000 +0000
+++ b/src/buddy.c	Tue Dec 19 10:23:23 2000 +0000
@@ -1700,7 +1700,7 @@
 	static char buf[256], *tmp;
 	int count = 0, i = 0;
 	gushort bit = 1;
-	while (bit <= 0x20) {
+	while (bit <= 0x80) {
 		if (bit & caps) {
 			switch (bit) {
 				case 0x1:
@@ -1721,6 +1721,12 @@
 				case 0x20:
 					tmp = _("Send File");
 					break;
+				case 0x40:
+					tmp = _("Games");
+					break;
+				case 0x80:
+					tmp = _("Stocks");
+					break;
 				default:
 					tmp = NULL;
 					break;