(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 ff7ce41362
commit 5ecbc2dd16

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 */