mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 11:28:26 -06:00
Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources Resources::GetTrueCryptIcon to Resources::GetVeraCryptIcon.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include "Main/Resources.h"
|
||||
#include "AboutDialog.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
AboutDialog::AboutDialog (wxWindow* parent) : AboutDialogBase (parent)
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "Forms.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class AboutDialog : public AboutDialogBase
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "Main/GraphicUserInterface.h"
|
||||
#include "BenchmarkDialog.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
BenchmarkDialog::BenchmarkDialog (wxWindow *parent)
|
||||
: BenchmarkDialogBase (parent)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "Forms.h"
|
||||
#include "Main/Main.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class BenchmarkDialog : public BenchmarkDialogBase
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "Main/GraphicUserInterface.h"
|
||||
#include "ChangePasswordDialog.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
ChangePasswordDialog::ChangePasswordDialog (wxWindow* parent, shared_ptr <VolumePath> volumePath, Mode::Enum mode, shared_ptr <VolumePassword> password, shared_ptr <KeyfileList> keyfiles, shared_ptr <VolumePassword> newPassword, shared_ptr <KeyfileList> newKeyfiles)
|
||||
: ChangePasswordDialogBase (parent), DialogMode (mode), Path (volumePath)
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "Main/Main.h"
|
||||
#include "VolumePasswordPanel.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class ChangePasswordDialog : public ChangePasswordDialogBase
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "Main/Resources.h"
|
||||
#include "DeviceSelectionDialog.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
DeviceSelectionDialog::DeviceSelectionDialog (wxWindow* parent)
|
||||
: DeviceSelectionDialogBase (parent)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "Forms.h"
|
||||
#include "Main/Main.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class DeviceSelectionDialog : public DeviceSelectionDialogBase
|
||||
{
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include "EncryptionOptionsWizardPage.h"
|
||||
#include "EncryptionTestDialog.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
EncryptionOptionsWizardPage::EncryptionOptionsWizardPage (wxPanel* parent)
|
||||
: EncryptionOptionsWizardPageBase (parent)
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "Forms.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class EncryptionOptionsWizardPage : public EncryptionOptionsWizardPageBase
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "Main/GraphicUserInterface.h"
|
||||
#include "EncryptionTestDialog.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
EncryptionTestDialog::EncryptionTestDialog (wxWindow* parent)
|
||||
: EncryptionTestDialogBase (parent)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "Forms.h"
|
||||
#include "Main/Main.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class EncryptionTestDialog : public EncryptionTestDialogBase
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "Main/GraphicUserInterface.h"
|
||||
#include "FavoriteVolumesDialog.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
FavoriteVolumesDialog::FavoriteVolumesDialog (wxWindow* parent, const FavoriteVolumeList &favorites, size_t newItemCount)
|
||||
: FavoriteVolumesDialogBase (parent), Favorites (favorites)
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "Main/Main.h"
|
||||
#include "Main/FavoriteVolume.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class FavoriteVolumesDialog : public FavoriteVolumesDialogBase
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "System.h"
|
||||
#include "InfoWizardPage.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
InfoWizardPage::InfoWizardPage (wxPanel *parent, const wxString &actionButtonText, shared_ptr <Functor> actionFunctor)
|
||||
: InfoWizardPageBase (parent)
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "Forms.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class InfoWizardPage : public InfoWizardPageBase
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "Volume/Hash.h"
|
||||
#include "KeyfileGeneratorDialog.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
KeyfileGeneratorDialog::KeyfileGeneratorDialog (wxWindow* parent) : KeyfileGeneratorDialogBase (parent)
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "Forms.h"
|
||||
#include "Main/Main.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class KeyfileGeneratorDialog : public KeyfileGeneratorDialogBase
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "Main/GraphicUserInterface.h"
|
||||
#include "KeyfilesDialog.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
KeyfilesDialog::KeyfilesDialog (wxWindow* parent, shared_ptr <KeyfileList> keyfiles)
|
||||
: KeyfilesDialogBase (parent), Keyfiles (keyfiles)
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "Main/Main.h"
|
||||
#include "KeyfilesPanel.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class KeyfilesDialog : public KeyfilesDialogBase
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "KeyfilesPanel.h"
|
||||
#include "SecurityTokenKeyfilesDialog.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
KeyfilesPanel::KeyfilesPanel (wxWindow* parent, shared_ptr <KeyfileList> keyfiles)
|
||||
: KeyfilesPanelBase (parent)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "Forms.h"
|
||||
#include "Main/Main.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class KeyfilesPanel : public KeyfilesPanelBase
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "Main/GraphicUserInterface.h"
|
||||
#include "Main/Resources.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
LegalNoticesDialog::LegalNoticesDialog (wxWindow* parent) : LegalNoticesDialogBase (parent)
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "Forms.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class LegalNoticesDialog : public LegalNoticesDialogBase
|
||||
{
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#include "VolumeCreationWizard.h"
|
||||
#include "VolumePropertiesDialog.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
MainFrame::MainFrame (wxWindow* parent) : MainFrameBase (parent),
|
||||
ListItemRightClickEventPending (false),
|
||||
@@ -46,7 +46,7 @@ namespace TrueCrypt
|
||||
|
||||
SetName (Application::GetName());
|
||||
SetTitle (Application::GetName());
|
||||
SetIcon (Resources::GetTrueCryptIcon());
|
||||
SetIcon (Resources::GetVeraCryptIcon());
|
||||
|
||||
#if defined(TC_UNIX) && !defined(TC_MACOSX)
|
||||
try
|
||||
@@ -1420,7 +1420,7 @@ namespace TrueCrypt
|
||||
else if (show && !mTaskBarIcon->IsIconInstalled())
|
||||
{
|
||||
#ifndef TC_MACOSX
|
||||
mTaskBarIcon->SetIcon (Resources::GetTrueCryptIcon(), L"VeraCrypt");
|
||||
mTaskBarIcon->SetIcon (Resources::GetVeraCryptIcon(), L"VeraCrypt");
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "Forms.h"
|
||||
#include "ChangePasswordDialog.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
struct FavoriteVolume;
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "Main/GraphicUserInterface.h"
|
||||
#include "MountOptionsDialog.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
MountOptionsDialog::MountOptionsDialog (wxWindow *parent, MountOptions &options, const wxString &title, bool disableMountOptions)
|
||||
: MountOptionsDialogBase (parent, wxID_ANY, wxString()
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "Main/Main.h"
|
||||
#include "VolumePasswordPanel.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class MountOptionsDialog : public MountOptionsDialogBase
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "Main/GraphicUserInterface.h"
|
||||
#include "NewSecurityTokenKeyfileDialog.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
NewSecurityTokenKeyfileDialog::NewSecurityTokenKeyfileDialog (wxWindow* parent, const wstring &keyfileName) : NewSecurityTokenKeyfileDialogBase (parent)
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "Forms.h"
|
||||
#include "Common/SecurityToken.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class NewSecurityTokenKeyfileDialog : public NewSecurityTokenKeyfileDialogBase
|
||||
{
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include "Volume/Cipher.h"
|
||||
#include "PreferencesDialog.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
PreferencesDialog::PreferencesDialog (wxWindow* parent)
|
||||
: PreferencesDialogBase (parent),
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "Main/Main.h"
|
||||
#include "KeyfilesPanel.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class PreferencesDialog : public PreferencesDialogBase
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "Main/GraphicUserInterface.h"
|
||||
#include "ProgressWizardPage.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
ProgressWizardPage::ProgressWizardPage (wxPanel* parent, bool enableAbort)
|
||||
: ProgressWizardPageBase (parent),
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "Forms.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class ProgressWizardPage : public ProgressWizardPageBase
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "Volume/Hash.h"
|
||||
#include "RandomPoolEnrichmentDialog.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
RandomPoolEnrichmentDialog::RandomPoolEnrichmentDialog (wxWindow* parent) : RandomPoolEnrichmentDialogBase (parent)
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "Forms.h"
|
||||
#include "Main/Main.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class RandomPoolEnrichmentDialog : public RandomPoolEnrichmentDialogBase
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "NewSecurityTokenKeyfileDialog.h"
|
||||
#include "SecurityTokenKeyfilesDialog.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
SecurityTokenKeyfilesDialog::SecurityTokenKeyfilesDialog (wxWindow* parent, bool selectionMode)
|
||||
: SecurityTokenKeyfilesDialogBase (parent)
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "Common/SecurityToken.h"
|
||||
#include "Main/Main.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class SecurityTokenKeyfilesDialog : public SecurityTokenKeyfilesDialogBase
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "Main/GraphicUserInterface.h"
|
||||
#include "SelectDirectoryWizardPage.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
bool SelectDirectoryWizardPage::IsValid ()
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "Forms.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class SelectDirectoryWizardPage : public SelectDirectoryWizardPageBase
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "Forms.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
template <class ChoiceType>
|
||||
class SingleChoiceWizardPage : public SingleChoiceWizardPageBase
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "Main/GraphicUserInterface.h"
|
||||
#include "VolumeCreationProgressWizardPage.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
VolumeCreationProgressWizardPage::VolumeCreationProgressWizardPage (wxPanel* parent, bool displayKeyInfo)
|
||||
: VolumeCreationProgressWizardPageBase (parent),
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "Forms.h"
|
||||
#include "Core/VolumeCreator.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class VolumeCreationProgressWizardPage : public VolumeCreationProgressWizardPageBase
|
||||
{
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include "VolumePasswordWizardPage.h"
|
||||
#include "VolumeSizeWizardPage.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
VolumeCreationWizard::VolumeCreationWizard (wxWindow* parent)
|
||||
: WizardFrame (parent),
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "WizardFrame.h"
|
||||
#include "Core/VolumeCreator.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class VolumeCreationWizard : public WizardFrame
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "Main/GraphicUserInterface.h"
|
||||
#include "VolumeFormatOptionsWizardPage.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
VolumeFormatOptionsWizardPage::VolumeFormatOptionsWizardPage (wxPanel* parent, uint64 volumeSize, uint32 sectorSize, bool enableQuickFormatButton, bool disableNoneFilesystem, bool disable32bitFilesystems)
|
||||
: VolumeFormatOptionsWizardPageBase (parent)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "Forms.h"
|
||||
#include "Core/VolumeCreator.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class VolumeFormatOptionsWizardPage : public VolumeFormatOptionsWizardPageBase
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "Main/VolumeHistory.h"
|
||||
#include "VolumeLocationWizardPage.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
VolumeLocationWizardPage::VolumeLocationWizardPage (wxPanel* parent, VolumeHostType::Enum hostType, bool selectExisting)
|
||||
: VolumeLocationWizardPageBase (parent),
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "Forms.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class VolumeLocationWizardPage : public VolumeLocationWizardPageBase
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "VolumePasswordPanel.h"
|
||||
#include "SecurityTokenKeyfilesDialog.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
VolumePasswordPanel::VolumePasswordPanel (wxWindow* parent, shared_ptr <VolumePassword> password, shared_ptr <KeyfileList> keyfiles, bool enableCache, bool enablePassword, bool enableKeyfiles, bool enableConfirmation, bool enablePkcs5Prf, const wxString &passwordLabel)
|
||||
: VolumePasswordPanelBase (parent), Keyfiles (new KeyfileList)
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "Platform/Functor.h"
|
||||
#include "Main/Main.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class VolumePasswordPanel : public VolumePasswordPanelBase
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "Main/GraphicUserInterface.h"
|
||||
#include "VolumePasswordWizardPage.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
VolumePasswordWizardPage::VolumePasswordWizardPage (wxPanel* parent, shared_ptr <VolumePassword> password, shared_ptr <KeyfileList> keyfiles, bool enableConfirmation)
|
||||
: VolumePasswordWizardPageBase (parent), ConfirmationMode (enableConfirmation)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "Forms.h"
|
||||
#include "VolumePasswordPanel.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class VolumePasswordWizardPage : public VolumePasswordWizardPageBase
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "Main/GraphicUserInterface.h"
|
||||
#include "VolumePropertiesDialog.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
VolumePropertiesDialog::VolumePropertiesDialog (wxWindow* parent, const VolumeInfo &volumeInfo)
|
||||
: VolumePropertiesDialogBase (parent)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "Forms.h"
|
||||
#include "Main/Main.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class VolumePropertiesDialog : public VolumePropertiesDialogBase
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "Main/GraphicUserInterface.h"
|
||||
#include "VolumeSizeWizardPage.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
VolumeSizeWizardPage::VolumeSizeWizardPage (wxPanel* parent, const VolumePath &volumePath, uint32 sectorSize, const wxString &freeSpaceText)
|
||||
: VolumeSizeWizardPageBase (parent),
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "Forms.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class VolumeSizeWizardPage : public VolumeSizeWizardPageBase
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "Forms.h"
|
||||
#include "Main/Main.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class WizardFrame : public WizardFrameBase
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "Main/Main.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class WizardPage : public wxPanel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user