From 6592f0919b07ef389e1b18c7c3e7182b45c19beb Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 15 May 2002 23:32:25 +0000 Subject: 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 --- fluid/widget_panel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/widget_panel.cxx') 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); -- cgit v1.2.3