1
0
Fork 0

(svn r7479) -Fix r5946: don't lower non-existent widget

release/0.5
glx 2006-12-11 17:11:44 +00:00
parent 8d2c82bc2a
commit 3f6d5e2323
1 changed files with 0 additions and 1 deletions

View File

@ -1220,7 +1220,6 @@ void ShowQuery(StringID caption, StringID message, void (*ok_cancel_callback)(bo
w = AllocateWindowDesc(&_query_desc);
LowerWindowWidget(w, 5);
WP(w, query_d).caption = caption;
WP(w, query_d).message = message;
WP(w, query_d).wnd_class = window_class;