1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

FreeBSD/Linux/OSX: replace some remaining TrueCrypt.tc file extension in the code by VeraCrypt .hc extension

This commit is contained in:
Mounir IDRASSI
2018-04-05 23:39:48 +02:00
parent ad7eb74960
commit 29b80ec6df
2 changed files with 4 additions and 4 deletions

View File

@@ -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);