diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-20 01:49:46 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-20 01:49:46 +0000 |
| commit | 665a2c1b7d2a4b8c5e9a78ebbebf72817b72822e (patch) | |
| tree | 2b3f0f77319bc20a48cc8b9ec0c6ce502dfb996d /fluid/Fl_Window_Type.cxx | |
| parent | 921dabf5b89b233b832e4c1c0ddaf3fdf06a83cf (diff) | |
Add "Edit/Delete".
Clean up menus.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4141 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Window_Type.cxx')
| -rw-r--r-- | fluid/Fl_Window_Type.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx index 8e4d064ab..469fbc143 100644 --- a/fluid/Fl_Window_Type.cxx +++ b/fluid/Fl_Window_Type.cxx @@ -927,7 +927,7 @@ extern Fl_Menu_Item Main_Menu[]; // Calculate new bounding box of selected widgets: void Fl_Window_Type::fix_overlay() { - Main_Menu[36].label("Hide O&verlays"); + Main_Menu[37].label("Hide O&verlays"); overlays_invisible = 0; recalc = 1; ((Overlay_Window *)(this->o))->redraw_overlay(); @@ -942,8 +942,8 @@ void redraw_overlays() { void toggle_overlays(Fl_Widget *,void *) { overlays_invisible = !overlays_invisible; - if (overlays_invisible) Main_Menu[36].label("Show O&verlays"); - else Main_Menu[36].label("Hide O&verlays"); + if (overlays_invisible) Main_Menu[37].label("Show O&verlays"); + else Main_Menu[37].label("Hide O&verlays"); for (Fl_Type *o=Fl_Type::first; o; o=o->next) if (o->is_window()) { |
