mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
macOSX: Add "FUSE-T build" in About dialog when linking against FUSE-T instead of MacFUSE
This commit is contained in:
@@ -27,7 +27,11 @@ namespace VeraCrypt
|
|||||||
versionStaticTextFont.SetWeight (wxFONTWEIGHT_BOLD);
|
versionStaticTextFont.SetWeight (wxFONTWEIGHT_BOLD);
|
||||||
VersionStaticText->SetFont (versionStaticTextFont);
|
VersionStaticText->SetFont (versionStaticTextFont);
|
||||||
|
|
||||||
VersionStaticText->SetLabel (Application::GetName() + L" " + StringConverter::ToWide (Version::String()));
|
wstring versionStr = StringConverter::ToWide (Version::String());
|
||||||
|
#ifdef VC_MACOSX_FUSET
|
||||||
|
versionStr += L" (FUSE-T build)";
|
||||||
|
#endif
|
||||||
|
VersionStaticText->SetLabel (Application::GetName() + L" " + versionStr);
|
||||||
CopyrightStaticText->SetLabel (TC_STR_RELEASED_BY);
|
CopyrightStaticText->SetLabel (TC_STR_RELEASED_BY);
|
||||||
WebsiteHyperlink->SetLabel (L"www.idrix.fr");
|
WebsiteHyperlink->SetLabel (L"www.idrix.fr");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user