(svn r26827) -Change [FS#6116]: The ok-button in the OSK for the signs list should just close the OSK.

This commit is contained in:
frosch 2014-09-15 19:26:03 +00:00
parent f268f7bea1
commit 01dae23dc7
1 changed files with 0 additions and 1 deletions

View File

@ -160,7 +160,6 @@ struct SignListWindow : Window, SignList {
/* Initialize the text edit widget */
this->querystrings[WID_SIL_FILTER_TEXT] = &this->filter_editbox;
this->filter_editbox.ok_button = WID_SIL_FILTER_ENTER_BTN;
this->filter_editbox.cancel_button = QueryString::ACTION_CLEAR;
/* Initialize the filtering variables */