(svn r17681) -Fix [FS#3248] (r17668): crash when the caption of the query window used parameters

pull/155/head
rubidium 15 years ago
parent 7112b51f84
commit da2fe3293c

@ -1461,6 +1461,7 @@ struct QueryWindow : public Window {
{
switch (widget) {
case QUERY_WIDGET_CAPTION:
CopyInDParam(1, this->params, lengthof(this->params));
SetDParam(0, this->caption);
break;

Loading…
Cancel
Save