Author: manolo
Date: 2010-03-15 09:20:38 -0700 (Mon, 15 Mar 2010)
New Revision: 7271
Log:
Changed menu name.

Modified:
   branches/branch-1.3/test/cube.cxx

Modified: branches/branch-1.3/test/cube.cxx
===================================================================
--- branches/branch-1.3/test/cube.cxx   2010-03-15 15:57:48 UTC (rev 7270)
+++ branches/branch-1.3/test/cube.cxx   2010-03-15 16:20:38 UTC (rev 7271)
@@ -182,8 +182,8 @@
   // added to demo printing
   form->begin();
   static Fl_Menu_Item  items[] = {
-    { "Menu", 0, 0, 0, FL_SUBMENU },
-    { "Print", 0, print_cb, 0, 0 },
+    { "Print", 0, 0, 0, FL_SUBMENU },
+    { "Print window", 0, print_cb, 0, 0 },
     { 0 },
     { 0 }
   };

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to