Changeset - r4757:1e9b50fb94fe
[Not reviewed]
master
0 1 0
glx - 18 years ago 2006-10-06 21:30:09
glx@openttd.org
(svn r6671) -Fix r6670: typo :P
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
window.c
Show inline comments
 
@@ -25,7 +25,7 @@ void CDECL SetWindowWidgetsDisabledState
 
	va_start(wdg_list, widgets);
 

	
 
	while (widgets != WIDGET_LIST_END) {
 
		SetWindowWidgetDisableState(w, widgets, disab_stat);
 
		SetWindowWidgetDisabledState(w, widgets, disab_stat);
 
		widgets = va_arg(wdg_list, int);
 
	}
 

	
0 comments (0 inline, 0 general)