diff options
author | Jörg Barfurth <jb@openoffice.org> | 2001-11-20 13:35:52 +0000 |
---|---|---|
committer | Jörg Barfurth <jb@openoffice.org> | 2001-11-20 13:35:52 +0000 |
commit | ace5c1ed81db43814b5f1fb76e131f0a7e8cda3d (patch) | |
tree | 9fea17346b54e8efc772d8f818baa7095c0a0aa5 /unotools | |
parent | d6bca175a854dcdf8745ae2314c0800bc531212e (diff) |
#91782# Wrong name of SVERSION entry
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/bootstrap.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/config/bootstrap.cxx b/unotools/source/config/bootstrap.cxx index 8772efd97fe1..a92274eb55be 100644 --- a/unotools/source/config/bootstrap.cxx +++ b/unotools/source/config/bootstrap.cxx @@ -2,9 +2,9 @@ * * $RCSfile: bootstrap.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: cd $ $Date: 2001-11-19 16:10:54 $ + * last change: $Author: jb $ $Date: 2001-11-20 14:35:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,7 +98,7 @@ #define BOOTSTRAP_DATA_NAME SAL_CONFIGFILE("bootstrap") #define BOOTSTRAP_ITEM_PRODUCT_KEY "ProductKey" -#define BOOTSTRAP_ITEM_VERSIONFILE "VersionFile" +#define BOOTSTRAP_ITEM_VERSIONFILE "Location" #define BOOTSTRAP_ITEM_LOGO "Logo" #define BOOTSTRAP_ITEM_BUILDID "buildid" |