src/window.h
branchnoai
changeset 9574 698395509d12
parent 6604 ad6057954de6
child 7027 f3d60745346d
--- 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)
 {