Fixed some wrong defines.

This commit is contained in:
Ulrich Czekalla 1999-10-23 18:57:01 +00:00 committed by Alexandre Julliard
parent 04df4cffdf
commit 0a8e069667
1 changed files with 8 additions and 8 deletions

View File

@ -200,14 +200,14 @@
#define IDS_FILENOTFOUND 114
#define IDS_VERIFYFILE 115
#define IDS_CREATEFILE 116
#define IDC_OPENREADONLY 410
#define IDC_FILETYPESTATIC 441
#define IDC_FILENAMESTATIC 442
#define IDC_LOOKINSTATIC 443
#define IDC_SHELLSTATIC 461
#define IDC_FILETYPE 470
#define IDC_LOOKIN 471
#define IDC_FILENAME 480
#define IDC_OPENREADONLY 0x410
#define IDC_FILETYPESTATIC 0x441
#define IDC_FILENAMESTATIC 0x442
#define IDC_LOOKINSTATIC 0x443
#define IDC_SHELLSTATIC 0x461
#define IDC_FILETYPE 0x470
#define IDC_LOOKIN 0x471
#define IDC_FILENAME 0x480
#define IDC_UPFOLDER 1009
#define IDC_NEWFOLDER 1010
#define IDC_LIST 1011