Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-01-27 16:46:24 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-01-27 16:46:24 +0300
commitcd339174f6a7e83edb4075774bdfbd1e97f2c9c6 (patch)
tree32f18af3fe5221e253747cf947fe3487190615c5 /doc
parenta3f57cdbba5d8c1cb25dfe777efc1dc867dc5456 (diff)
mscorlib assembly is in our corlib directory
svn path=/trunk/mono/; revision=22535
Diffstat (limited to 'doc')
-rw-r--r--doc/web/deploy/cm/cormissing.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/web/deploy/cm/cormissing.js b/doc/web/deploy/cm/cormissing.js
index 6ff9d555337..2f2e74dcb85 100644
--- a/doc/web/deploy/cm/cormissing.js
+++ b/doc/web/deploy/cm/cormissing.js
@@ -216,6 +216,9 @@ function clickHandler (evt)
if (strAssembly)
{
+ if (strAssembly == 'mscorlib')
+ strAssembly = 'corlib';
+
strRoot = strRoot + strAssembly + '/';
if (strNamespace)
{