diff options
| author | Manolo Gouy <Manolo> | 2010-03-15 16:20:38 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-03-15 16:20:38 +0000 |
| commit | 7c018b55c2c38f30a7d8938d2facbf9703486637 (patch) | |
| tree | ef6ba585a08be17257e6b13f6ed962ec91eebbc6 | |
| parent | 1c904d452b86cb0c7841a6ef4468a26c8526e760 (diff) | |
Changed menu name.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7271 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | test/cube.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cube.cxx b/test/cube.cxx index 74e7306de..42d998477 100644 --- a/test/cube.cxx +++ b/test/cube.cxx @@ -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 } }; |
