openttd updated to 1.5.0-beta2
--HG-- branch : openttd
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: signs_gui.cpp 25918 2013-10-28 10:05:00Z frosch $ */
|
||||
/* $Id: signs_gui.cpp 26827 2014-09-15 19:26:03Z frosch $ */
|
||||
|
||||
/*
|
||||
* This file is part of OpenTTD.
|
||||
@@ -33,6 +33,8 @@
|
||||
#include "table/strings.h"
|
||||
#include "table/sprites.h"
|
||||
|
||||
#include "safeguards.h"
|
||||
|
||||
struct SignList {
|
||||
/**
|
||||
* A GUIList contains signs and uses a StringFilter for filtering.
|
||||
@@ -158,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 */
|
||||
|
||||
Reference in New Issue
Block a user