diff options
Diffstat (limited to 'src/ui/tools-switch.cpp')
| -rw-r--r-- | src/ui/tools-switch.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/tools-switch.cpp b/src/ui/tools-switch.cpp index 46695cf28..3a5c5f40f 100644 --- a/src/ui/tools-switch.cpp +++ b/src/ui/tools-switch.cpp @@ -80,6 +80,7 @@ static char const *const tool_names[] = { "/tools/paintbucket", "/tools/eraser", "/tools/lpetool", + "/tools/livecode", nullptr }; @@ -108,6 +109,7 @@ static char const *const tool_msg[] = { N_("<b>Click</b> to paint a bounded area, <b>Shift+click</b> to union the new fill with the current selection, <b>Ctrl+click</b> to change the clicked object's fill and stroke to the current setting."), N_("<b>Drag</b> to erase."), N_("Choose a subtool from the toolbar"), + N_("This doesn't do much rn."), }; static int |
