summaryrefslogtreecommitdiff
path: root/test/menubar.cxx
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>2000-07-30 00:31:44 +0000
committerBill Spitzak <spitzak@gmail.com>2000-07-30 00:31:44 +0000
commit797d78d86c4ce3bc830b5fcd30ac5a6c73d0ee42 (patch)
tree0b2e562b1316fc5a2bcaace85f1a1857e9a3f94d /test/menubar.cxx
parent9bfbc26899e98167ba6874acd2067c5d405ee93c (diff)
Shortcuts for "buttons" in a Fl_Menu_Bar work again.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1267 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/menubar.cxx')
-rw-r--r--test/menubar.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/menubar.cxx b/test/menubar.cxx
index deca25ea5..99195e37c 100644
--- a/test/menubar.cxx
+++ b/test/menubar.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: menubar.cxx,v 1.6.2.6 2000/07/11 05:36:39 spitzak Exp $"
+// "$Id: menubar.cxx,v 1.6.2.7 2000/07/30 00:31:44 spitzak Exp $"
//
// Menubar test program for the Fast Light Tool Kit (FLTK).
//
@@ -145,7 +145,7 @@ Fl_Menu_Item menutable[] = {
{"A very long menu item"},
{0},
{"&Huge", 0, 0, (void*)hugemenu, FL_SUBMENU_POINTER},
- {"button",0, 0, 0, FL_MENU_TOGGLE},
+ {"button",FL_F+4, 0, 0, FL_MENU_TOGGLE},
{0}
};
@@ -216,5 +216,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: menubar.cxx,v 1.6.2.6 2000/07/11 05:36:39 spitzak Exp $".
+// End of "$Id: menubar.cxx,v 1.6.2.7 2000/07/30 00:31:44 spitzak Exp $".
//