resource-fix-20040414

There was one more off by one error in the resource file
enumeration preventing the loading of the "Drive" string table entry
This commit is contained in:
Jeffrey Altman 2004-04-15 03:21:23 +00:00 committed by Jeffrey Altman
parent f8ed1111d7
commit fad225bab6

View File

@ -43,10 +43,10 @@
#define IDS_HOSTREM_ONE 39
#define IDS_CELLEDIT_TITLE 40
#define IDS_CELLADD_TITLE 41
#define IDS_SVRCOL_SERVER 43
#define IDS_SVRCOL_COMMENT 44
#define IDS_TIP_DRIVES 45
#define IDS_MAP_LETTER 46
#define IDS_SVRCOL_SERVER 42
#define IDS_SVRCOL_COMMENT 43
#define IDS_TIP_DRIVES 44
#define IDS_MAP_LETTER 45
#define IDS_DRIVE_MAP 48
#define IDS_ERROR_MAP 49