Skip to content

Commit

Permalink
Changed menu name.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7271 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed Mar 15, 2010
1 parent 1c904d4 commit 7c018b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cube.cxx
Expand Up @@ -182,8 +182,8 @@ int main(int argc, char **argv) {
// 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 }
};
Expand Down

0 comments on commit 7c018b5

Please sign in to comment.