summaryrefslogtreecommitdiff
path: root/documentation/Fl_Choice.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Fl_Choice.html')
-rw-r--r--documentation/Fl_Choice.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Fl_Choice.html b/documentation/Fl_Choice.html
index e6f52706a..c13d95ddb 100644
--- a/documentation/Fl_Choice.html
+++ b/documentation/Fl_Choice.html
@@ -33,10 +33,10 @@ to that item and then the callback is done. </P>
first two buttons to increment/decrement the choice is not implemented.
This could be added with a subclass, however. </P>
<P>The menu will also pop up in response to shortcuts indicated by
-putting a ''character in the <TT>label()</TT>. See <A href=Fl_Button.html#Fl_Button>
+putting a '&amp;' character in the <TT>label()</TT>. See <A href=Fl_Button.html#Fl_Button>
<TT>Fl_Button</TT></A> for a description of this. </P>
<P>Typing the <TT>shortcut()</TT> of any of the items will do exactly
-the same as when you pick the item with the mouse. The ''character in
+the same as when you pick the item with the mouse. The '&amp;' character in
item names are only looked at when the menu is popped up, however. </P>
<H3>Methods</H3>
<UL>