summaryrefslogtreecommitdiff
path: root/fluid/fluid.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-11-02 22:25:49 +0100
committerMatthias Melcher <github@matthiasm.com>2023-11-02 22:25:54 +0100
commitc22a7bb6a72fe9e2044b01fc26ddadda2aed2574 (patch)
treee10820b89ed6d8d4657eb3714c6ed3d35e6e2afb /fluid/fluid.cxx
parent7c6266f67ef12f24e165fcb975b134dd867b2d45 (diff)
FLUID: Restructures user documentation.
Diffstat (limited to 'fluid/fluid.cxx')
-rw-r--r--fluid/fluid.cxx4
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]},