diff options
author | frosch <frosch@openttd.org> | 2014-09-15 19:26:03 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2014-09-15 19:26:03 +0000 |
commit | 01dae23dc7c2c6d5bcdb9c1c8d7c04808dd7b1e7 (patch) | |
tree | 40105a70bafc836baef8130474079e359030ef33 /src | |
parent | f268f7bea156a9617bffc90576354005e854b0af (diff) | |
download | openttd-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')
-rw-r--r-- | src/signs_gui.cpp | 1 |
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 */ |