summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a3e30fa0..6b1ec482 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -693,7 +693,7 @@ int runApplication(MOApplication &application, SingleInstance &instance,
}
log::debug("initializing tutorials");
- QString tutorialsPath = QCoreApplication::applicationDirPath() + "/dlls/tutorials/";
+ QString tutorialsPath = QCoreApplication::applicationDirPath() + "/resources/tutorials/";
TutorialManager::init(tutorialsPath, &organizer);
if (!application.setStyleFile(settings.interface().styleName().value_or(""))) {