[ZIPFLDR] Typo fix on constant

This commit is contained in:
Bișoc George 2018-04-08 17:31:29 +02:00 committed by Mark Jansen
parent 84cc11d4c3
commit 55381f8164
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
2 changed files with 2 additions and 2 deletions

View file

@ -232,7 +232,7 @@ public:
}
public:
enum { IDD = IDD_PROPPAGEDESTIONATION };
enum { IDD = IDD_PROPPAGEDESTINATION };
BEGIN_MSG_MAP(CCompleteSettingsPage)
COMMAND_ID_HANDLER(IDC_BROWSE, OnBrowse)

View file

@ -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