From 62e3525c8336aed6447163875cf79fb900bdaee6 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 18 Nov 2004 08:00:28 +0000 Subject: 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 --- scp2/source/ooo/profileitem_ooo.scp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scp2') 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 -- cgit