diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-18 08:00:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-18 08:00:28 +0000 |
commit | 62e3525c8336aed6447163875cf79fb900bdaee6 (patch) | |
tree | a3fd2a8505949ad8ee2ff9e901157d2dcfe268d5 /scp2 | |
parent | 35176e65a7805833c739c3a9add51b7d9ffcf92b (diff) |
INTEGRATION: CWS nativefixer1 (1.10.82); FILE MERGED
2004/11/15 16:19:42 is 1.10.82.2: #118007# no lowercase for windows
2004/10/28 14:59:03 is 1.10.82.1: #118007# lowercase user menu
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/profileitem_ooo.scp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scp2/source/ooo/profileitem_ooo.scp b/scp2/source/ooo/profileitem_ooo.scp index d4be67cdbb02..685677d0145b 100644 --- a/scp2/source/ooo/profileitem_ooo.scp +++ b/scp2/source/ooo/profileitem_ooo.scp @@ -2,9 +2,9 @@ * * $RCSfile: profileitem_ooo.scp,v $ * -* $Revision: 1.11 $ +* $Revision: 1.12 $ * -* last change: $Author: hr $ $Date: 2004-11-09 14:03:08 $ +* last change: $Author: obo $ $Date: 2004-11-18 09:00:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -163,7 +163,7 @@ ProfileItem gid_Profileitem_Bootstrap_Userinstall #ifdef WNT Value = "$SYSUSERCONFIG/%PRODUCTNAME%PRODUCTVERSION"; #else - Value = "$SYSUSERCONFIG/.%PRODUCTNAME%PRODUCTVERSION"; + Value = "$SYSUSERCONFIG/.%LCPRODUCTNAME%PRODUCTVERSION"; #endif StandaloneValue = "$ORIGIN/.."; End |