From d4b2361d3bb52e5eaad79fee5868bea984b61225 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 5 Apr 2012 14:39:01 -0500 Subject: [PATCH] Fix typos. --- src/modules/objects/class_widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/objects/class_widget.cpp b/src/modules/objects/class_widget.cpp index 644999a..1b514f1 100644 --- a/src/modules/objects/class_widget.cpp +++ b/src/modules/objects/class_widget.cpp @@ -160,7 +160,7 @@ const int widgettypes_cod[] = { !fn: $geometry() Returns the widget geometry in this form:[br] x, y, width, height. - !fn: $setGeometry(,[,,]) + !fn: $setGeometry(,[,,]) Sets the geometry of this widget. and are relative to the parent widget or to the desktop (if this widget is a toplevel one). All the parameters are in pixels.