summaryrefslogtreecommitdiffstats
path: root/src/ui/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tools')
-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)