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
This commit is contained in:
parent
78a8ee4432
commit
052f217a11
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue