main_gui.c
changeset 1705 4ea793da2522
parent 1697 95e9612b851d
child 1772 a619792528e9
--- a/main_gui.c	Sat Apr 16 16:16:54 2005 +0000
+++ b/main_gui.c	Sat Apr 16 18:09:24 2005 +0000
@@ -436,7 +436,6 @@
 	case 0: ShowLastNewsMessage(); break;
 	case 1: ShowMessageOptions(); break;
 	case 2: ShowMessageHistory(); break;
-	case 3: ; /* XXX: chat not done */
 	}
 }
 
@@ -976,7 +975,7 @@
 
 static void ToolbarNewspaperClick(Window *w)
 {
-	PopupMainToolbMenu(w, 0x1E0, 25, STR_0200_LAST_MESSAGE_NEWS_REPORT, _newspaper_flag != 2 ? 3 : 4);
+	PopupMainToolbMenu(w, 0x1E0, 25, STR_0200_LAST_MESSAGE_NEWS_REPORT, 3);
 }
 
 static void ToolbarHelpClick(Window *w)