diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-11-23 19:09:02 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-11-23 19:09:02 +0000 |
| commit | 87477c55a87ab49bf20e9f19942e27b785a812c1 (patch) | |
| tree | 58b984602606755b87276221f06fe19e08ccb9df /src/ui/tools-switch.cpp | |
| parent | fix #521 SPIString copy constructor (diff) | |
| download | inkscape-87477c55a87ab49bf20e9f19942e27b785a812c1.tar.gz inkscape-87477c55a87ab49bf20e9f19942e27b785a812c1.zip | |
add livecoding tool to toolbar
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 |
