VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main/Application.cpp')
-rw-r--r--src/Main/Application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/Application.cpp b/src/Main/Application.cpp
index f6d692cb..8c6dea18 100644
--- a/src/Main/Application.cpp
+++ b/src/Main/Application.cpp
@@ -42,7 +42,7 @@ namespace TrueCrypt
if (!Core->IsInPortableMode())
{
#ifdef TC_MACOSX
- wxFileName configPath (L"~/Library/Application Support/TrueCrypt");
+ wxFileName configPath (L"~/Library/Application Support/VeraCrypt");
configPath.Normalize();
configDir = wstring (configPath.GetFullPath());
#else