From: Jeffrey Altman Date: Thu, 15 Apr 2004 03:21:23 +0000 (+0000) Subject: resource-fix-20040414 X-Git-Tag: openafs-devel-1_3_64~63 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=fad225bab61ac1a3be430aacd9af9ef0cf675561;p=packages%2Fo%2Fopenafs.git 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 --- diff --git a/src/WINNT/client_config/resource.h b/src/WINNT/client_config/resource.h index 957113573..0b32420d0 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