From 29b80ec6df43a48877efdeba68d59d78ee4e8074 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 5 Apr 2018 23:39:48 +0200 Subject: FreeBSD/Linux/OSX: replace some remaining TrueCrypt.tc file extension in the code by VeraCrypt .hc extension --- src/Main/GraphicUserInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main/GraphicUserInterface.cpp') 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 > 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); -- cgit v1.2.3