summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/parser/rscibas.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/source/parser/rscibas.cxx b/rsc/source/parser/rscibas.cxx
index 0032cb78fb66..10a925328ed8 100644
--- a/rsc/source/parser/rscibas.cxx
+++ b/rsc/source/parser/rscibas.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscibas.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+ * last change: $Author: hjs $ $Date: 2001-07-13 12:22:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -126,7 +126,7 @@ RscEnum * RscTypCont::InitLangType()
SETCONST( &aLangType, "LANGUAGE_USER6", LANGUAGE_USER6 );
SETCONST( &aLangType, "LANGUAGE_USER7", LANGUAGE_USER7 );
SETCONST( &aLangType, "LANGUAGE_USER8", LANGUAGE_USER8 );
- SETCONST( &aLangType, "LANGUAGE_USER9", LANGUAGE_USER9 );
+ SETCONST( &aLangType, "EXTERN", LANGUAGE_USER9 );
return( &aLangType );
}