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/LangPage.h')
-rw-r--r--[-rwxr-xr-x]CPP/7zip/UI/FileManager/LangPage.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/CPP/7zip/UI/FileManager/LangPage.h b/CPP/7zip/UI/FileManager/LangPage.h
index e58f5098..589941b2 100755..100644
--- a/CPP/7zip/UI/FileManager/LangPage.h
+++ b/CPP/7zip/UI/FileManager/LangPage.h
@@ -3,8 +3,8 @@
#ifndef __LANG_PAGE_H
#define __LANG_PAGE_H
-#include "Windows/Control/PropertyPage.h"
-#include "Windows/Control/ComboBox.h"
+#include "../../../Windows/Control/PropertyPage.h"
+#include "../../../Windows/Control/ComboBox.h"
class CLangPage: public NWindows::NControl::CPropertyPage
{
@@ -12,6 +12,7 @@ class CLangPage: public NWindows::NControl::CPropertyPage
UStringVector _paths;
public:
bool LangWasChanged;
+
CLangPage() { LangWasChanged = false; }
virtual bool OnInit();
virtual void OnNotifyHelp();