diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-03-04 13:05:25 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-03-04 13:05:25 +0000 |
commit | 1700d19be2196851ac1b1826c6f8cd046fc698c5 (patch) | |
tree | 6db17056e9a06ffb0a30946a96cf18a54d40b3cc /scp2 | |
parent | 9181dd89686ac3ee689a4987c720771c8576b997 (diff) |
INTEGRATION: CWS scp2fix1 (1.1.12); FILE MERGED
2004/03/01 12:49:16 is 1.1.12.2: #i25425# StarOffice 8 instead of .StarOffice8 for Windows
Issue number:
Submitted by:
Reviewed by:
2004/02/20 16:28:33 is 1.1.12.1: #i25425# hiding the user directory
Issue number:
Submitted by:
Reviewed by:
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/profileitem_ooo.scp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/scp2/source/ooo/profileitem_ooo.scp b/scp2/source/ooo/profileitem_ooo.scp index 1b51930225e5..e915b0ce9006 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.1 $ +* $Revision: 1.2 $ * -* last change: $Author: is $ $Date: 2004-02-05 18:10:11 $ +* last change: $Author: rt $ $Date: 2004-03-04 14:05:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -134,7 +134,11 @@ ProfileItem gid_Profileitem_Bootstrap_Userinstall Section = "Bootstrap"; Order = 3; Key = "UserInstallation"; + #ifdef WNT Value = "$SYSUSERCONFIG/%PRODUCTNAME%PRODUCTVERSION"; + #else + Value = "$SYSUSERCONFIG/.%PRODUCTNAME%PRODUCTVERSION"; + #endif StandaloneValue = "$ORIGIN/.."; End |