summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorQudix <17361645+Qudix@users.noreply.github.com>2020-11-09 14:10:50 -0600
committerQudix <17361645+Qudix@users.noreply.github.com>2020-11-09 14:10:50 -0600
commitb9bc1a2d56be5efc4478f1487c3e7dfb3529102d (patch)
tree14ec3a3c03cc6e0051519cdb06c4c7dc55596023 /src/shared
parent0a3bdad8afd18a21a3697804ae344abd09e3712e (diff)
Using AppConfig
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/appconfig.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/appconfig.inc b/src/shared/appconfig.inc
index 5839c2f4..8d4125cf 100644
--- a/src/shared/appconfig.inc
+++ b/src/shared/appconfig.inc
@@ -6,7 +6,8 @@ APPPARAM(std::wstring, downloadPath, L"downloads")
APPPARAM(std::wstring, overwritePath, L"overwrite")
APPPARAM(std::wstring, stylesheetsPath, L"stylesheets")
APPPARAM(std::wstring, cachePath, L"webcache")
-APPPARAM(std::wstring, tutorialsPath, L"tutorials")
+APPPARAM(std::wstring, tutorialsPath, L"resources/tutorials")
+APPPARAM(std::wstring, translationsPath, L"resources/translations")
APPPARAM(std::wstring, logPath, L"logs")
APPPARAM(std::wstring, dumpsDir, L"crashDumps")
APPPARAM(std::wstring, defaultProfileName, L"Default")