VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Resources.cpp
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-05-31 23:09:24 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-11-08 23:19:03 +0100
commitedc9f36322e44bc0b164cf27ca03cf970ef48091 (patch)
tree87f9e3987be23c7df647f6dda35d848d5745f6e8 /src/Main/Resources.cpp
parent34370b99336e10084940762cde690b81c5830a7a (diff)
downloadVeraCrypt-edc9f36322e44bc0b164cf27ca03cf970ef48091.tar.gz
VeraCrypt-edc9f36322e44bc0b164cf27ca03cf970ef48091.zip
Replace TrueCrypt references in added sources and resources by VeraCrypt ones.
Diffstat (limited to 'src/Main/Resources.cpp')
-rw-r--r--src/Main/Resources.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Main/Resources.cpp b/src/Main/Resources.cpp
index 2891134c..c9187d72 100644
--- a/src/Main/Resources.cpp
+++ b/src/Main/Resources.cpp
@@ -151,8 +151,8 @@ namespace TrueCrypt
#ifdef TC_WINDOWS
return wxIcon (L"IDI_TRUECRYPT_ICON", wxBITMAP_TYPE_ICO_RESOURCE, 16, 16);
#else
-# include "Resources/Icons/TrueCrypt-16x16.xpm"
- return wxIcon (TrueCryptIcon16x16);
+# include "Resources/Icons/VeraCrypt-16x16.xpm"
+ return wxIcon (VeraCryptIcon16x16);
#endif
}
@@ -163,7 +163,7 @@ namespace TrueCrypt
#else
static const byte VolumeWizardIcon[] =
{
-# include "Format/TrueCrypt_Wizard.bmp.h"
+# include "Format/VeraCrypt_Wizard.bmp.h"
};
wxMemoryInputStream stream (VolumeWizardIcon, sizeof (VolumeWizardIcon));