Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/UI/FileManager/SystemPage.h')
-rwxr-xr-xCPP/7zip/UI/FileManager/SystemPage.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/CPP/7zip/UI/FileManager/SystemPage.h b/CPP/7zip/UI/FileManager/SystemPage.h
index 1b5891f6..967731fd 100755
--- a/CPP/7zip/UI/FileManager/SystemPage.h
+++ b/CPP/7zip/UI/FileManager/SystemPage.h
@@ -1,7 +1,7 @@
// SystemPage.h
-#ifndef __SYSTEMPAGE_H
-#define __SYSTEMPAGE_H
+#ifndef __SYSTEM_PAGE_H
+#define __SYSTEM_PAGE_H
#include "Windows/Control/PropertyPage.h"
#include "Windows/Control/ListView.h"
@@ -13,7 +13,6 @@ class CSystemPage: public NWindows::NControl::CPropertyPage
bool _initMode;
CExtDatabase _extDatabase;
- // CObjectVector<NZipRootRegistry::CArchiverInfo> m_Archivers;
NWindows::NControl::CListView _listViewExt;
NWindows::NControl::CListView _listViewPlugins;
@@ -26,6 +25,8 @@ class CSystemPage: public NWindows::NControl::CPropertyPage
void SelectAll();
public:
+ bool WasChanged;
+ CSystemPage(): WasChanged(false) {}
virtual bool OnMessage(UINT message, WPARAM wParam, LPARAM lParam);
virtual bool OnInit();
virtual void OnNotifyHelp();