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 '7zip/UI/GUI/CompressDialog.h')
-rwxr-xr-x7zip/UI/GUI/CompressDialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/7zip/UI/GUI/CompressDialog.h b/7zip/UI/GUI/CompressDialog.h
index a2812917..d4504329 100755
--- a/7zip/UI/GUI/CompressDialog.h
+++ b/7zip/UI/GUI/CompressDialog.h
@@ -107,7 +107,7 @@ class CCompressDialog: public NWindows::NControl::CModalDialog
void SetMethod();
int GetMethodID();
- CSysString GetMethodSpec();
+ UString GetMethodSpec();
int AddDictionarySize(UInt32 size, bool kilo, bool maga);
int AddDictionarySize(UInt32 size);
@@ -136,7 +136,7 @@ public:
UString OriginalFileName; // for bzip2, gzip2
INT_PTR Create(HWND wndParent = 0)
- { return CModalDialog::Create(MAKEINTRESOURCE(IDD_DIALOG_COMPRESS ), wndParent); }
+ { return CModalDialog::Create(IDD_DIALOG_COMPRESS, wndParent); }
protected: