VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/GraphicUserInterface.cpp
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2018-04-05 23:39:48 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2018-04-05 23:41:15 +0200
commit29b80ec6df43a48877efdeba68d59d78ee4e8074 (patch)
tree3e21a9243c87788e8aa3dbd0b64316b91f98f42f /src/Main/GraphicUserInterface.cpp
parentad7eb74960b94e7cc0678852244c34707b6da8c6 (diff)
downloadVeraCrypt-29b80ec6df43a48877efdeba68d59d78ee4e8074.tar.gz
VeraCrypt-29b80ec6df43a48877efdeba68d59d78ee4e8074.zip
FreeBSD/Linux/OSX: replace some remaining TrueCrypt.tc file extension in the code by VeraCrypt .hc extension
Diffstat (limited to 'src/Main/GraphicUserInterface.cpp')
-rwxr-xr-xsrc/Main/GraphicUserInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/GraphicUserInterface.cpp b/src/Main/GraphicUserInterface.cpp
index 2a3b2cdf..9ae735e4 100755
--- a/src/Main/GraphicUserInterface.cpp
+++ b/src/Main/GraphicUserInterface.cpp
@@ -1650,7 +1650,7 @@ namespace VeraCrypt
FilePath GraphicUserInterface::SelectVolumeFile (wxWindow *parent, bool saveMode, const DirectoryPath &directory) const
{
list < pair <wstring, wstring> > extensions;
- extensions.push_back (make_pair (L"tc", LangString["TC_VOLUMES"].ToStdWstring()));
+ extensions.push_back (make_pair (L"hc", LangString["TC_VOLUMES"].ToStdWstring()));
FilePathList selFiles = Gui->SelectFiles (parent, LangString[saveMode ? "OPEN_NEW_VOLUME" : "OPEN_VOL_TITLE"], saveMode, false, extensions, directory);