summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/livecode-tool.cpp
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-12-01 20:41:31 +0000
committers-ol <s-ol@users.noreply.github.com>2019-12-01 20:41:31 +0000
commit93f74e8d761c1ac04d0800765f5185243cf907a0 (patch)
treea5d8d1be6408a810c0b054d35bfccdbebdfccfb6 /src/ui/tools/livecode-tool.cpp
parentadd api and input modules for the livecoding tool (diff)
downloadinkscape-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.cpp2
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)