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

Linux/MacOSX: Solve compilation issue following Windows Unicode rewrite

This commit is contained in:
Mounir IDRASSI
2015-11-28 23:03:02 +01:00
parent e0408eee74
commit cfadb231d2
2 changed files with 2 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ namespace VeraCrypt
VersionStaticText->SetFont (versionStaticTextFont);
VersionStaticText->SetLabel (Application::GetName() + L" " + StringConverter::ToWide (Version::String()));
CopyrightStaticText->SetLabel (StringConverter::ToWide (TC_STR_RELEASED_BY));
CopyrightStaticText->SetLabel (TC_STR_RELEASED_BY);
WebsiteHyperlink->SetLabel (L"www.idrix.fr");
CreditsTextCtrl->SetMinSize (wxSize (