From 46f509f7de8b069eccaa081bbb7112a532c33e51 Mon Sep 17 00:00:00 2001
From: Michael R Sweet
Date: Thu, 14 Jan 1999 22:14:01 +0000
Subject: More image updates, minor typos, etc.
git-svn-id: file:///fltk/svn/fltk/trunk@227 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
documentation/Fl_Menu_.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'documentation/Fl_Menu_.html')
diff --git a/documentation/Fl_Menu_.html b/documentation/Fl_Menu_.html
index 93fafc7e7..3120ccb76 100644
--- a/documentation/Fl_Menu_.html
+++ b/documentation/Fl_Menu_.html
@@ -96,9 +96,9 @@ focus when you type it. This is done by using Fl::add_handler(). This Fl_Menu_ widget does not
have to be visible (ie the window it is in can be hidden, or it does
not have to be put in a window at all).
-Currently there can be only one global()menu. Setting a new
+
Currently there can be only one global()menu. Setting a new
one will replace the old one. There is no way to remove the
-global() setting (including destroying the menu).
+global() setting (including destroying the menu).
Returns the title of the last item chosen, or of item i.
@@ -160,4 +160,4 @@ Fl_Menu_ widget if it uses it's own array.
This box type is used to surround the currently-selected items in the
menus. If this is FL_NO_BOX then it acts like
FL_THIN_UP_BOX and selection_color() acts like
-FL_WHITE, for back compatability.