summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/profileitem_ooo.scp
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source/ooo/profileitem_ooo.scp')
-rw-r--r--scp2/source/ooo/profileitem_ooo.scp8
1 files changed, 6 insertions, 2 deletions
diff --git a/scp2/source/ooo/profileitem_ooo.scp b/scp2/source/ooo/profileitem_ooo.scp
index 0157505cdfa1..d59e67e81298 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.55 $
+ * $Revision: 1.56 $
*
- * last change: $Author: obo $ $Date: 2008-01-07 09:54:38 $
+ * last change: $Author: vg $ $Date: 2008-01-28 15:30:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -215,7 +215,11 @@ ProfileItem gid_Profileitem_Version_Updateurl
Order = 15;
Key = "UpdateURL";
#if defined(BUILD_SPECIAL)
+ #ifdef WNT
+ Value = "${UPDATEURL}";
+ #else // defined WNT
Value = "${UPDATEURL}?pkgfmt=<pkgformat>";
+ #endif //defined WNT
#else
Value = "";
#endif