diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-08-24 13:47:48 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-08-24 13:47:48 +0000 |
| commit | 74fe8ccdf238843cacd684b53d2862c9f58613cf (patch) | |
| tree | 14bee661ebd685e33ef450a4fca9f83ee8d4d0d6 /fluid | |
| parent | 1db26430c283cca03c47b14391d4ea2a927aa761 (diff) | |
Typos
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4536 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/widget_panel.cxx | 5 | ||||
| -rw-r--r-- | fluid/widget_panel.fl | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/fluid/widget_panel.cxx b/fluid/widget_panel.cxx index 55548a015..ce28b56a4 100644 --- a/fluid/widget_panel.cxx +++ b/fluid/widget_panel.cxx @@ -738,8 +738,9 @@ access the Widget pointer and \'v\' to access the user value."); o->callback((Fl_Callback*)cancel_cb); o->hide(); } - { Fl_Button* o = wLiveMode = new Fl_Button(142, 325, 84, 20, "LIve &Mode"); - o->tooltip("Hide the widget overlay box."); + { Fl_Button* o = wLiveMode = new Fl_Button(142, 325, 84, 20, "Live &Mode"); + o->tooltip("Create a live duplicate of the selected widgets to test resizing and menu beh\ +avior."); o->type(1); o->labelsize(11); o->labelcolor(FL_FOREGROUND_COLOR); diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl index 610f6f69d..e4772a8a5 100644 --- a/fluid/widget_panel.fl +++ b/fluid/widget_panel.fl @@ -510,7 +510,7 @@ Function {make_widget_panel()} {open } Fl_Button {} { label {Hide &Overlays} - callback overlay_cb selected + callback overlay_cb tooltip {Hide the widget overlay box.} xywh {231 325 99 20} labelsize 11 labelcolor 1 } Fl_Button {} { @@ -529,9 +529,9 @@ Function {make_widget_panel()} {open xywh {329 325 70 20} labelsize 11 hide } Fl_Button wLiveMode { - label {LIve &Mode} - callback live_mode_cb - tooltip {Hide the widget overlay box.} xywh {142 325 84 20} type Toggle labelsize 11 labelcolor 0 + label {Live &Mode} + callback live_mode_cb selected + tooltip {Create a live duplicate of the selected widgets to test resizing and menu behavior.} xywh {142 325 84 20} type Toggle labelsize 11 labelcolor 0 } } } |
