(svn r26972) [1.4] -Backport from trunk:

- Fix: Compilation of strgen on various platforms like Solaris (r26850)
- Fix: Better display of refit information for articulated vehicles [FS#6113] (r26849, r26848)
- Fix: Do not assign a next hop when returning cargo [FS#6110] (r26847)
- Fix: The ok-button in the OSK for the signs list should just close the OSK [FS#6116] (r26827)
This commit is contained in:
frosch
2014-10-06 20:10:07 +00:00
committed by Sergii Pylypenko
parent c16c66047e
commit 5275063118
7 changed files with 49 additions and 16 deletions
-1
View File
@@ -158,7 +158,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 */