summaryrefslogtreecommitdiff
path: root/fluid/widget_panel.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-05-15 23:32:25 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-05-15 23:32:25 +0000
commit6592f0919b07ef389e1b18c7c3e7182b45c19beb (patch)
treea6e6bab787c38027e7912ec94fdb98912dbe0601 /fluid/widget_panel.cxx
parentedb211809826317d81639f35a3e261f7e4bcab4f (diff)
Fix widget width tooltip and default parameter handling code.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2232 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/widget_panel.cxx')
-rw-r--r--fluid/widget_panel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/widget_panel.cxx b/fluid/widget_panel.cxx
index 5de0f8e95..f266d9e8e 100644
--- a/fluid/widget_panel.cxx
+++ b/fluid/widget_panel.cxx
@@ -64,7 +64,7 @@ Fl_Window* make_widget_panel() {
o->align(FL_ALIGN_TOP_LEFT);
}
{ Fl_Value_Input* o = new Fl_Value_Input(215, 150, 60, 20, "Width:");
- o->tooltip("The widget of the widget.");
+ o->tooltip("The width of the widget.");
o->labelsize(10);
o->maximum(2048);
o->step(1);