diff options
author | Philipp Lohmann <pl@openoffice.org> | 2000-12-01 13:51:30 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2000-12-01 13:51:30 +0000 |
commit | fc89b21b3452acd26c88ea6b3e34c65bfee42629 (patch) | |
tree | 3b0efc74194801253494b13ea0c77befe6fabdf0 /tools | |
parent | c56525316e8d9193332dbd03ac30a0c4a78b1038 (diff) |
#79839# oops ... forgot to search for german in SearchCreateResmgr
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/rc/resmgr.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx index 6e418cf7c85a..b80c65336d8e 100644 --- a/tools/source/rc/resmgr.cxx +++ b/tools/source/rc/resmgr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: resmgr.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: pl $ $Date: 2000-11-16 14:21:17 $ + * last change: $Author: pl $ $Date: 2000-12-01 14:51:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1264,6 +1264,7 @@ ResMgr* ResMgr::SearchCreateResMgr( static const LanguageType aLanguages[] = { LANGUAGE_ENGLISH_US, + LANGUAGE_GERMAN, LANGUAGE_FRENCH, LANGUAGE_ITALIAN, LANGUAGE_SPANISH, |