From 1495f6aaf820e982deff789a0605c628ee0dae4c Mon Sep 17 00:00:00 2001 From: belugas Date: Thu, 6 Dec 2007 15:58:39 +0000 Subject: (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 --- src/signs_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/signs_gui.cpp') 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 }; -- cgit v1.2.3-54-g00ecf