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/EditPage.h')
-rwxr-xr-xCPP/7zip/UI/FileManager/EditPage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/CPP/7zip/UI/FileManager/EditPage.h b/CPP/7zip/UI/FileManager/EditPage.h
index cfc50658..fbe3c23c 100755
--- a/CPP/7zip/UI/FileManager/EditPage.h
+++ b/CPP/7zip/UI/FileManager/EditPage.h
@@ -8,7 +8,8 @@
class CEditPage: public NWindows::NControl::CPropertyPage
{
- NWindows::NControl::CEdit _editorEdit;
+ NWindows::NControl::CEdit _editor;
+ NWindows::NControl::CEdit _diff;
public:
virtual bool OnInit();
virtual void OnNotifyHelp();