From 87477c55a87ab49bf20e9f19942e27b785a812c1 Mon Sep 17 00:00:00 2001 From: s-ol Date: Sat, 23 Nov 2019 20:09:02 +0100 Subject: add livecoding tool to toolbar --- src/ui/tools-switch.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/tools-switch.cpp') 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_("Click to paint a bounded area, Shift+click to union the new fill with the current selection, Ctrl+click to change the clicked object's fill and stroke to the current setting."), N_("Drag to erase."), N_("Choose a subtool from the toolbar"), + N_("This doesn't do much rn."), }; static int -- cgit v1.2.3