diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-12-01 20:41:31 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-12-01 20:41:31 +0000 |
| commit | 93f74e8d761c1ac04d0800765f5185243cf907a0 (patch) | |
| tree | a5d8d1be6408a810c0b054d35bfccdbebdfccfb6 /src/ui/tools/livecode-tool.cpp | |
| parent | add api and input modules for the livecoding tool (diff) | |
| download | inkscape-93f74e8d761c1ac04d0800765f5185243cf907a0.tar.gz inkscape-93f74e8d761c1ac04d0800765f5185243cf907a0.zip | |
add basic livecode toolbar
Diffstat (limited to 'src/ui/tools/livecode-tool.cpp')
| -rw-r--r-- | src/ui/tools/livecode-tool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/livecode-tool.cpp b/src/ui/tools/livecode-tool.cpp index 0c125ac05..0071f47b3 100644 --- a/src/ui/tools/livecode-tool.cpp +++ b/src/ui/tools/livecode-tool.cpp @@ -49,7 +49,7 @@ const std::string& LivecodeTool::getPrefsPath() return LivecodeTool::prefsPath; } -const std::string LivecodeTool::prefsPath = "/tools/ersaser"; +const std::string LivecodeTool::prefsPath = "/tools/livecode"; LivecodeTool::LivecodeTool() : ToolBase(nullptr, false) |
