mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources Resources::GetTrueCryptIcon to Resources::GetVeraCryptIcon.
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user