summaryrefslogtreecommitdiff
path: root/src/signs_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2014-09-15 19:26:03 +0000
committerfrosch <frosch@openttd.org>2014-09-15 19:26:03 +0000
commit01dae23dc7c2c6d5bcdb9c1c8d7c04808dd7b1e7 (patch)
tree40105a70bafc836baef8130474079e359030ef33 /src/signs_gui.cpp
parentf268f7bea156a9617bffc90576354005e854b0af (diff)
downloadopenttd-01dae23dc7c2c6d5bcdb9c1c8d7c04808dd7b1e7.tar.xz
(svn r26827) -Change [FS#6116]: The ok-button in the OSK for the signs list should just close the OSK.
Diffstat (limited to 'src/signs_gui.cpp')
-rw-r--r--src/signs_gui.cpp1
1 files changed, 0 insertions, 1 deletions
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 */