summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-01-26 15:58:25 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-01-26 15:58:25 +0000
commit43a4c224ef4831fe33bc1ed649e6498313205eb3 (patch)
tree777b98d18b8390c0a50b5616ff638435e0d75140
parentc53f76f6b4d1d3564b919d8a37a49e261097049e (diff)
Commented out Help/Manual menu item since Help isn't implemented yet.
git-svn-id: file:///fltk/svn/fltk/trunk@243 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--fluid/fluid.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx
index 18e50b8ea..3517f1cbf 100644
--- a/fluid/fluid.cxx
+++ b/fluid/fluid.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: fluid.cxx,v 1.11 1999/01/25 22:05:38 mike Exp $"
+// "$Id: fluid.cxx,v 1.12 1999/01/26 15:58:25 mike Exp $"
//
// FLUID main entry for the Fast Light Tool Kit (FLTK).
//
@@ -308,7 +308,7 @@ Fl_Menu_Item Main_Menu[] = {
{"&New", 0, 0, (void *)New_Menu, FL_SUBMENU_POINTER},
{"&Help",0,0,0,FL_SUBMENU},
{"About fluid",0,about_cb},
- {"Manual",0,nyi},
+//{"Manual",0,nyi},
{0},
{0}};
@@ -407,5 +407,5 @@ int main(int argc,char **argv) {
}
//
-// End of "$Id: fluid.cxx,v 1.11 1999/01/25 22:05:38 mike Exp $".
+// End of "$Id: fluid.cxx,v 1.12 1999/01/26 15:58:25 mike Exp $".
//