mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-01-03 20:28:12 -06:00
MacOSX: First native Apple M1 support
This commit is contained in:
@@ -282,7 +282,7 @@ namespace VeraCrypt
|
||||
VolumeStaticBoxSizer->Detach (VolumeGridBagSizer);
|
||||
VolumeStaticBoxSizer->Add (VolumeGridBagSizer, 1, wxEXPAND, 0);
|
||||
|
||||
ExitButton->SetLabel (LangString["CLOSE"]);
|
||||
ExitButton->SetLabel (LangString["IDCLOSE"]);
|
||||
MountAllDevicesButton->SetLabel (LangString["LINUX_MOUNT_ALL_DEV"]);
|
||||
#endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#ifdef TC_LINUX
|
||||
#ifndef TC_WINDOWS
|
||||
#include "Main/LanguageStrings.h"
|
||||
#undef _
|
||||
#define _(key) LangString[key]
|
||||
|
||||
Reference in New Issue
Block a user