summaryrefslogtreecommitdiff
path: root/src/signs_gui.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-12-06 15:58:39 +0000
committerbelugas <belugas@openttd.org>2007-12-06 15:58:39 +0000
commit1495f6aaf820e982deff789a0605c628ee0dae4c (patch)
treed4681689d02a94b5e02cee2582442148b9d596e6 /src/signs_gui.cpp
parentcc29d438765429a77f359a7c0cbe0f8c3c16eae8 (diff)
downloadopenttd-1495f6aaf820e982deff789a0605c628ee0dae4c.tar.xz
(svn r11579) -Revert(r11578): some cases of key propagation are not handled correctly.
A better solution will be deviced, but not now. Let's not cause a ton of bug reports
Diffstat (limited to 'src/signs_gui.cpp')
-rw-r--r--src/signs_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signs_gui.cpp b/src/signs_gui.cpp
index e148ccf28..81b7abd93 100644
--- a/src/signs_gui.cpp
+++ b/src/signs_gui.cpp
@@ -298,7 +298,7 @@ static const Widget _query_sign_edit_widgets[] = {
static const WindowDesc _query_sign_edit_desc = {
190, 170, 260, 42, 260, 42,
WC_QUERY_STRING, WC_NONE,
- WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_TEXTENTRY,
+ WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
_query_sign_edit_widgets,
QuerySignEditWndProc
};