From fad225bab61ac1a3be430aacd9af9ef0cf675561 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Thu, 15 Apr 2004 03:21:23 +0000 Subject: [PATCH] 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 --- src/WINNT/client_config/resource.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/WINNT/client_config/resource.h b/src/WINNT/client_config/resource.h index 9571135738..0b32420d0f 100644 --- a/src/WINNT/client_config/resource.h +++ b/src/WINNT/client_config/resource.h @@ -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