| author | Darkvater |
| Tue, 03 May 2005 15:20:08 +0000 | |
| changeset 1756 | 963d4cd8d3d2 |
| parent 1755 | ff0ff67f708d |
| child 1757 | 89f63a75ffd2 |
| settings_gui.c | file | annotate | diff | comparison | revisions |
--- a/settings_gui.c Tue May 03 11:48:55 2005 +0000 +++ b/settings_gui.c Tue May 03 15:20:08 2005 +0000 @@ -1414,12 +1414,12 @@ break; } - if(edittext) { + if (edittext) { WP(w,def_d).data_2 = line; ShowQueryString( str, STR_CURRENCY_CHANGE_PARAMETER, - len, // maximum number of characters OR + len + 1, // maximum number of characters OR 250, // characters up to this width pixels, whichever is satisfied first w->window_class, w->window_number);