mirror of
https://github.com/reactos/reactos.git
synced 2025-05-08 03:07:05 +00:00
[ZIPFLDR] Typo fix on constant
This commit is contained in:
parent
84cc11d4c3
commit
55381f8164
2 changed files with 2 additions and 2 deletions
|
@ -232,7 +232,7 @@ public:
|
|||
}
|
||||
|
||||
public:
|
||||
enum { IDD = IDD_PROPPAGEDESTIONATION };
|
||||
enum { IDD = IDD_PROPPAGEDESTINATION };
|
||||
|
||||
BEGIN_MSG_MAP(CCompleteSettingsPage)
|
||||
COMMAND_ID_HANDLER(IDC_BROWSE, OnBrowse)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue