https://git.reactos.org/?p=reactos.git;a=commitdiff;h=55381f8164a8084be689c5...
commit 55381f8164a8084be689c5a4a966ab82d95d2f1c Author: Bișoc George fraizeraust99@gmail.com AuthorDate: Sun Apr 8 17:31:29 2018 +0200 Commit: Mark Jansen mark.jansen@reactos.org CommitDate: Sat Apr 14 19:29:40 2018 +0200
[ZIPFLDR] Typo fix on constant --- dll/shellext/zipfldr/CZipExtract.cpp | 2 +- dll/shellext/zipfldr/resource.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dll/shellext/zipfldr/CZipExtract.cpp b/dll/shellext/zipfldr/CZipExtract.cpp index 5fbebefbb7..0b5465a52c 100644 --- a/dll/shellext/zipfldr/CZipExtract.cpp +++ b/dll/shellext/zipfldr/CZipExtract.cpp @@ -232,7 +232,7 @@ public: }
public: - enum { IDD = IDD_PROPPAGEDESTIONATION }; + enum { IDD = IDD_PROPPAGEDESTINATION };
BEGIN_MSG_MAP(CCompleteSettingsPage) COMMAND_ID_HANDLER(IDC_BROWSE, OnBrowse) diff --git a/dll/shellext/zipfldr/resource.h b/dll/shellext/zipfldr/resource.h index 10cadc742a..6c2ea39c2e 100644 --- a/dll/shellext/zipfldr/resource.h +++ b/dll/shellext/zipfldr/resource.h @@ -6,7 +6,7 @@
/* Dialogs */
-#define IDD_PROPPAGEDESTIONATION 1000 +#define IDD_PROPPAGEDESTINATION 1000 #define IDC_DIRECTORY 1001 #define IDC_BROWSE 1002 #define IDC_PASSWORD 1003