VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Resources.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main/Resources.cpp')
-rw-r--r--src/Main/Resources.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Main/Resources.cpp b/src/Main/Resources.cpp
index c9187d72..d56ad13e 100644
--- a/src/Main/Resources.cpp
+++ b/src/Main/Resources.cpp
@@ -13,9 +13,9 @@
#ifdef TC_WINDOWS
#include "Main/resource.h"
#endif
-namespace TrueCrypt
+namespace VeraCrypt
{
#ifdef TC_WINDOWS
static ConstBufferPtr GetWindowsResource (const wchar_t *resourceType, const wchar_t *resourceName)
@@ -145,9 +145,9 @@ namespace TrueCrypt
return wxBitmap (wxImage (stream));
#endif
}
- wxIcon Resources::GetTrueCryptIcon ()
+ wxIcon Resources::GetVeraCryptIcon ()
{
#ifdef TC_WINDOWS
return wxIcon (L"IDI_TRUECRYPT_ICON", wxBITMAP_TYPE_ICO_RESOURCE, 16, 16);
#else