diff options
Diffstat (limited to 'CPP/7zip/UI/FileManager/OverwriteDialog.h')
-rw-r--r-- | CPP/7zip/UI/FileManager/OverwriteDialog.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/CPP/7zip/UI/FileManager/OverwriteDialog.h b/CPP/7zip/UI/FileManager/OverwriteDialog.h index 24e56ca..a9ca991 100644 --- a/CPP/7zip/UI/FileManager/OverwriteDialog.h +++ b/CPP/7zip/UI/FileManager/OverwriteDialog.h | |||
@@ -1,7 +1,7 @@ | |||
1 | // OverwriteDialog.h | 1 | // OverwriteDialog.h |
2 | 2 | ||
3 | #ifndef __OVERWRITE_DIALOG_H | 3 | #ifndef ZIP7_INC_OVERWRITE_DIALOG_H |
4 | #define __OVERWRITE_DIALOG_H | 4 | #define ZIP7_INC_OVERWRITE_DIALOG_H |
5 | 5 | ||
6 | #include "../../../Windows/Control/Dialog.h" | 6 | #include "../../../Windows/Control/Dialog.h" |
7 | 7 | ||
@@ -49,9 +49,9 @@ class COverwriteDialog: public NWindows::NControl::CModalDialog | |||
49 | { | 49 | { |
50 | bool _isBig; | 50 | bool _isBig; |
51 | 51 | ||
52 | void SetFileInfoControl(int textID, int iconID, const NOverwriteDialog::CFileInfo &fileInfo); | 52 | void SetFileInfoControl(unsigned textID, unsigned iconID, const NOverwriteDialog::CFileInfo &fileInfo); |
53 | virtual bool OnInit(); | 53 | virtual bool OnInit() Z7_override; |
54 | bool OnButtonClicked(int buttonID, HWND buttonHWND); | 54 | virtual bool OnButtonClicked(unsigned buttonID, HWND buttonHWND) Z7_override; |
55 | void ReduceString(UString &s); | 55 | void ReduceString(UString &s); |
56 | 56 | ||
57 | public: | 57 | public: |
@@ -61,7 +61,7 @@ public: | |||
61 | 61 | ||
62 | COverwriteDialog(): ShowExtraButtons(true), DefaultButton_is_NO(false) {} | 62 | COverwriteDialog(): ShowExtraButtons(true), DefaultButton_is_NO(false) {} |
63 | 63 | ||
64 | INT_PTR Create(HWND parent = 0) | 64 | INT_PTR Create(HWND parent = NULL) |
65 | { | 65 | { |
66 | BIG_DIALOG_SIZE(280, 200); | 66 | BIG_DIALOG_SIZE(280, 200); |
67 | #ifdef UNDER_CE | 67 | #ifdef UNDER_CE |