git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f8ed111
)
resource-fix-20040414
author
Jeffrey Altman
<jaltman@mit.edu>
Thu, 15 Apr 2004 03:21:23 +0000 (
03:21
+0000)
committer
Jeffrey Altman
<jaltman@secure-endpoints.com>
Thu, 15 Apr 2004 03:21:23 +0000 (
03:21
+0000)
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
patch
|
blob
|
history
diff --git
a/src/WINNT/client_config/resource.h
b/src/WINNT/client_config/resource.h
index
9571135
..
0b32420
100644
(file)
--- 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