VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Resources.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-06-22 16:02:42 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-11-08 23:20:14 +0100
commit41a22ca4e78df752d4ce143a692310ab9e48c686 (patch)
tree7167af89d885e032926cb79981fd981f7b685962 /src/Main/Resources.h
parent17823cb58c5c68e5d1cf8cc6e9d92d0ce6194d8d (diff)
downloadVeraCrypt-41a22ca4e78df752d4ce143a692310ab9e48c686.tar.gz
VeraCrypt-41a22ca4e78df752d4ce143a692310ab9e48c686.zip
Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources Resources::GetTrueCryptIcon to Resources::GetVeraCryptIcon.
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
};