mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-13 11:58:26 -06:00
Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources Resources::GetTrueCryptIcon to Resources::GetVeraCryptIcon.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "Main/Resources.h"
|
||||
#include "WizardFrame.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
WizardFrame::WizardFrame (wxWindow* parent)
|
||||
: WizardFrameBase (parent),
|
||||
@@ -20,7 +20,7 @@ namespace TrueCrypt
|
||||
MaxStaticTextWidth (-1),
|
||||
WorkInProgress (false)
|
||||
{
|
||||
SetIcon (Resources::GetTrueCryptIcon());
|
||||
SetIcon (Resources::GetVeraCryptIcon());
|
||||
|
||||
PageTitleStaticText->SetFont (wxFont (
|
||||
#ifdef TC_WINDOWS
|
||||
|
||||
Reference in New Issue
Block a user