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