VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Resources.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main/Resources.h')
-rw-r--r--src/Main/Resources.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Main/Resources.h b/src/Main/Resources.h
index a071253f..517d4df9 100644
--- a/src/Main/Resources.h
+++ b/src/Main/Resources.h
@@ -12,7 +12,7 @@
#include "System.h"
#include "Platform/Platform.h"
-namespace TrueCrypt
+namespace VeraCrypt
{
class Resources
{
@@ -24,7 +24,7 @@ namespace TrueCrypt
static wxBitmap GetDriveIconMaskBitmap ();
static wxBitmap GetLogoBitmap ();
static wxBitmap GetTextualLogoBitmap ();
- static wxIcon GetTrueCryptIcon ();
+ static wxIcon GetVeraCryptIcon ();
static wxBitmap GetVolumeCreationWizardBitmap (int height = -1);
#endif
};