summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/organizercore.cpp')
-rw-r--r--src/organizercore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp
index 91330d3a..30f96caf 100644
--- a/src/organizercore.cpp
+++ b/src/organizercore.cpp
@@ -670,7 +670,7 @@ std::wstring OrganizerCore::crashDumpsPath() {
wchar_t appDataLocal[MAX_PATH]{ 0 };
::SHGetFolderPathW(NULL, CSIDL_LOCAL_APPDATA, NULL, 0, appDataLocal);
std::wstring dumpPath{ appDataLocal };
- dumpPath += L"\\modorganizer";
+ dumpPath += L"\\modorganizer\\crashDumps";
return dumpPath;
}