From cfadb231d24bd292a6ea3708b776bde8f06e50ab Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 28 Nov 2015 23:03:02 +0100 Subject: Linux/MacOSX: Solve compilation issue following Windows Unicode rewrite --- src/Main/Forms/AboutDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main/Forms') diff --git a/src/Main/Forms/AboutDialog.cpp b/src/Main/Forms/AboutDialog.cpp index c7d28ba2..593a3a4f 100644 --- a/src/Main/Forms/AboutDialog.cpp +++ b/src/Main/Forms/AboutDialog.cpp @@ -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 ( -- cgit v1.2.3