summaryrefslogtreecommitdiff
path: root/src/gui/windows/cutinwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/cutinwindow.cpp')
-rw-r--r--src/gui/windows/cutinwindow.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/windows/cutinwindow.cpp b/src/gui/windows/cutinwindow.cpp
index f965a77ee..79bc1e1e9 100644
--- a/src/gui/windows/cutinwindow.cpp
+++ b/src/gui/windows/cutinwindow.cpp
@@ -84,8 +84,7 @@ void CutInWindow::show(const std::string &name,
else
{
mImage = AnimatedSprite::load(
- std::string(paths.getStringValue("cutInsDir")).append(
- "/").append(
+ pathJoin(paths.getStringValue("cutInsDir"),
name).append(
".xml"));
if (mImage)