Skip to content

Commit

Permalink
Commented out Help/Manual menu item since Help isn't implemented yet.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/trunk@243 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Jan 26, 1999
1 parent c53f76f commit 43a4c22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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).
//
Expand Down Expand Up @@ -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}};

Expand Down Expand Up @@ -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 $".
//

0 comments on commit 43a4c22

Please sign in to comment.