diff options
Diffstat (limited to 'fluid/fluid.cxx')
| -rw-r--r-- | fluid/fluid.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index 04e0b039f..c7cfcac25 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -1671,9 +1671,9 @@ Fl_Menu_Item Main_Menu[] = { {"New &From Template...", FL_COMMAND+'N', menu_file_new_from_template_cb, 0}, {"Save As &Template...", 0, save_template_cb, 0, FL_MENU_DIVIDER}, {"&Print...", FL_COMMAND+'p', print_menu_cb}, - {"Write &Code...", FL_COMMAND+FL_SHIFT+'c', write_cb, 0}, + {"Write &Code", FL_COMMAND+FL_SHIFT+'c', write_cb, 0}, // Matt: disabled {"MergeBack Code", FL_COMMAND+FL_SHIFT+'m', mergeback_cb, 0}, - {"&Write Strings...", FL_COMMAND+FL_SHIFT+'w', write_strings_cb, 0, FL_MENU_DIVIDER}, + {"&Write Strings", FL_COMMAND+FL_SHIFT+'w', write_strings_cb, 0, FL_MENU_DIVIDER}, {relative_history[0], FL_COMMAND+'1', menu_file_open_history_cb, absolute_history[0]}, {relative_history[1], FL_COMMAND+'2', menu_file_open_history_cb, absolute_history[1]}, {relative_history[2], FL_COMMAND+'3', menu_file_open_history_cb, absolute_history[2]}, |
