From 01dae23dc7c2c6d5bcdb9c1c8d7c04808dd7b1e7 Mon Sep 17 00:00:00 2001 From: frosch Date: Mon, 15 Sep 2014 19:26:03 +0000 Subject: (svn r26827) -Change [FS#6116]: The ok-button in the OSK for the signs list should just close the OSK. --- src/signs_gui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/signs_gui.cpp b/src/signs_gui.cpp index 2358e9492..a34f1db07 100644 --- a/src/signs_gui.cpp +++ b/src/signs_gui.cpp @@ -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 */ -- cgit v1.2.3-54-g00ecf