VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-11-28 23:03:02 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-11-30 13:58:15 +0100
commitcfadb231d24bd292a6ea3708b776bde8f06e50ab (patch)
treea0f0bc43badfad02f72bec8227a508cc3b74123d /src/Main
parente0408eee74b62a3e4a805a77314a1ac5385f8484 (diff)
downloadVeraCrypt-cfadb231d24bd292a6ea3708b776bde8f06e50ab.tar.gz
VeraCrypt-cfadb231d24bd292a6ea3708b776bde8f06e50ab.zip
Linux/MacOSX: Solve compilation issue following Windows Unicode rewrite
Diffstat (limited to 'src/Main')
-rw-r--r--src/Main/Forms/AboutDialog.cpp2
1 files changed, 1 insertions, 1 deletions
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 (