diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2002-05-22 06:40:10 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2002-05-22 06:40:10 +0000 |
commit | 627f0491e9811bcba70e91b97d9732001108d60d (patch) | |
tree | 9ac48350e20b6351b5aeba78983b6ff2539981ac /stoc | |
parent | c666070c90f1b4620c13343a4aeaea2dae7019a3 (diff) |
#99361# changed the name from javai.dll to jvm.dll to have a sensible default on windows
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/javavm/javavm.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/javavm/javavm.cxx b/stoc/source/javavm/javavm.cxx index cfcf071ac8df..91cbd01c7b71 100644 --- a/stoc/source/javavm/javavm.cxx +++ b/stoc/source/javavm/javavm.cxx @@ -2,9 +2,9 @@ * * $RCSfile: javavm.cxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: jbu $ $Date: 2002-04-29 14:32:46 $ + * last change: $Author: jbu $ $Date: 2002-05-22 07:40:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -130,7 +130,7 @@ #else #define INI_FILE "java.ini" -#define DEF_JAVALIB "javai.dll" +#define DEF_JAVALIB "jvm.dll" #define TIMEZONE "MET" |