diff options
Diffstat (limited to 'src/Main/Forms/InfoWizardPage.cpp')
-rw-r--r-- | src/Main/Forms/InfoWizardPage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/Forms/InfoWizardPage.cpp b/src/Main/Forms/InfoWizardPage.cpp index 286ba476..5ce0e110 100644 --- a/src/Main/Forms/InfoWizardPage.cpp +++ b/src/Main/Forms/InfoWizardPage.cpp @@ -8,9 +8,9 @@ #include "System.h" #include "InfoWizardPage.h" -namespace TrueCrypt +namespace VeraCrypt { InfoWizardPage::InfoWizardPage (wxPanel *parent, const wxString &actionButtonText, shared_ptr <Functor> actionFunctor) : InfoWizardPageBase (parent) { |