From 93f74e8d761c1ac04d0800765f5185243cf907a0 Mon Sep 17 00:00:00 2001 From: s-ol Date: Sun, 1 Dec 2019 21:41:31 +0100 Subject: add basic livecode toolbar --- src/ui/tools/livecode-tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/tools/livecode-tool.cpp') 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) -- cgit v1.2.3