(svn r24842) -Remove: News settings window.

This commit is contained in:
frosch
2012-12-23 21:06:37 +00:00
parent 03310d0ddb
commit 0f444197c3
69 changed files with 3 additions and 600 deletions

View File

@@ -916,7 +916,7 @@ static CallBackFunction MenuClickMusicWindow(int index)
static CallBackFunction ToolbarNewspaperClick(Window *w)
{
PopupMainToolbMenu(w, WID_TN_MESSAGES, STR_NEWS_MENU_LAST_MESSAGE_NEWS_REPORT, 3);
PopupMainToolbMenu(w, WID_TN_MESSAGES, STR_NEWS_MENU_LAST_MESSAGE_NEWS_REPORT, 2);
return CBF_NONE;
}
@@ -930,8 +930,7 @@ static CallBackFunction MenuClickNewspaper(int index)
{
switch (index) {
case 0: ShowLastNewsMessage(); break;
case 1: ShowMessageOptions(); break;
case 2: ShowMessageHistory(); break;
case 1: ShowMessageHistory(); break;
}
return CBF_NONE;
}