From 052f217a11656de4fb532cfa4f51df5de0469984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Thu, 5 Jul 2007 08:21:23 +0000 Subject: [PATCH] INTEGRATION: CWS aquavcl01 (1.45.4); FILE MERGED 2007/05/14 12:07:23 ericb 1.45.4.5: #i77327# correct change 2007/05/14 12:02:11 ericb 1.45.4.4: #i77327# remove extra else 2007/05/14 10:36:08 ericb 1.45.4.3: #i77327# add alpha to user install dir until Aqua version is stabilized 2007/05/14 10:32:40 ericb 1.45.4.2: #i77327# remove bad change 2007/05/14 10:30:32 ericb 1.45.4.1: #i77327# add alpha to user install dir until Aqua version is stabilized --- scp2/source/ooo/profileitem_ooo.scp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/scp2/source/ooo/profileitem_ooo.scp b/scp2/source/ooo/profileitem_ooo.scp index d1addca420a6..bd76cc1adfed 100644 --- a/scp2/source/ooo/profileitem_ooo.scp +++ b/scp2/source/ooo/profileitem_ooo.scp @@ -4,9 +4,9 @@ * * $RCSfile: profileitem_ooo.scp,v $ * - * $Revision: 1.45 $ + * $Revision: 1.46 $ * - * last change: $Author: rt $ $Date: 2007-04-25 16:19:20 $ + * last change: $Author: rt $ $Date: 2007-07-05 09:21:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -93,7 +93,11 @@ ProfileItem gid_Profileitem_Bootstrap_Userinstall #ifdef WNT Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME%USERDIRPRODUCTVERSION"; #elif defined MACOSX - Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION"; + #if defined QUARTZ + Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME-aqua/%USERDIRPRODUCTVERSION"; + #else + Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME%USERDIRPRODUCTVERSION"; + #endif #else Value = "$SYSUSERCONFIG/.%LCONEWORDPRODUCTNAME%USERDIRPRODUCTVERSION"; #endif