Changeset - r21684:ab255658dfb5
[Not reviewed]
master
0 1 0
frosch - 10 years ago 2014-09-15 19:26:03
frosch@openttd.org
(svn r26827) -Change [FS#6116]: The ok-button in the OSK for the signs list should just close the OSK.
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/signs_gui.cpp
Show inline comments
 
@@ -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 */
0 comments (0 inline, 0 general)