diff -r fa56261c7142 -r 698395509d12 src/window.h --- a/src/window.h Sat Mar 31 12:36:57 2007 +0000 +++ b/src/window.h Sun Apr 08 14:46:55 2007 +0000 @@ -659,7 +659,7 @@ * Sets the lowered/raised status of a widget. * @param w : Window on which the widget is located * @param widget_index : index of this widget in the window - * @param hidden_stat : status to use ie: lowered = true, raised = false + * @param lowered_stat : status to use ie: lowered = true, raised = false */ static inline void SetWindowWidgetLoweredState(Window *w, byte widget_index, bool lowered_stat) {