Skip to content

Commit 78f0080

Browse files
committed
FLTK: update menus
1 parent 97eca1e commit 78f0080

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/platform/fltk/MainWindow.cxx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -988,13 +988,13 @@ MainWindow::MainWindow(int w, int h) :
988988

989989
scanPlugIns(m);
990990

991-
m->add("&Program/&Run", FL_F+9, run_cb);
992-
m->add("&Program/Run &Live Editing", FL_F+8, run_live_cb);
993-
m->add("&Program/_Run &Selection", FL_F+7, run_selection_cb);
994-
m->add("&Program/&Break", FL_CTRL + 'b', run_break_cb);
995-
m->add("&Program/_&Restart", FL_CTRL + 'r', restart_run_cb);
996-
m->add("&Program/&Command", FL_F+10, set_options_cb);
997-
m->add("&Program/Online Samples", 0, run_samples_cb);
991+
m->add("&Run/&Run", FL_F+9, run_cb);
992+
m->add("&Run/&Live Editing", FL_F+8, run_live_cb);
993+
m->add("&Run/_&Selection", FL_F+7, run_selection_cb);
994+
m->add("&Run/&Break", FL_CTRL + 'b', run_break_cb);
995+
m->add("&Run/_&Restart", FL_CTRL + 'r', restart_run_cb);
996+
m->add("&Run/&Command", FL_F+10, set_options_cb);
997+
m->add("&Run/Online Samples", 0, run_samples_cb);
998998
m->add("&Help/&Help Contents", FL_F+1, help_contents_cb);
999999
m->add("&Help/_&Context Help", FL_F+2, help_contents_brief_cb);
10001000
m->add("&Help/&Program Help", FL_F+11, help_app_cb);

0 commit comments

Comments
 (0)