summaryrefslogtreecommitdiff
path: root/desktop/source/pkgchk
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-07-16 15:30:00 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-07-16 15:30:00 +0000
commit28b472cb0d4ceef883d8b5258271a2b01f090a79 (patch)
tree287e3cc80cebac5675a586d75846e9b76e416c7e /desktop/source/pkgchk
parentd8acaca5dbf5e0822093f4a5035468983a05d9d1 (diff)
INTEGRATION: CWS sysui26 (1.14.74); FILE MERGED
2008/06/27 11:37:43 hro 1.14.74.1: #i90966# Inroduced new OOo 3.0 Icons for Windows (OS/2)
Diffstat (limited to 'desktop/source/pkgchk')
-rw-r--r--desktop/source/pkgchk/unopkg/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/pkgchk/unopkg/makefile.mk b/desktop/source/pkgchk/unopkg/makefile.mk
index 8bbe911b43..c47d031976 100644
--- a/desktop/source/pkgchk/unopkg/makefile.mk
+++ b/desktop/source/pkgchk/unopkg/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
# This file is part of OpenOffice.org.
#
@@ -52,7 +52,7 @@ APP1DEPN = $(SHL1TARGETN)
APP1NOSAL = TRUE
APP1RPATH = BRAND
.IF "$(OS)" == "WNT"
-APP1ICON = $(SOLARRESDIR)$/icons/so8-main-app.ico
+APP1ICON = $(SOLARRESDIR)$/icons/so9_main_app.ico
APP1LINKRES = $(MISC)$/$(TARGET)1.res
.ENDIF
@@ -63,7 +63,7 @@ APP2DEPN = $(SHL1TARGETN)
APP2NOSAL = TRUE
APP2RPATH = BRAND
.IF "$(OS)" == "WNT"
-APP2ICON = $(SOLARRESDIR)$/icons/ooo-main-app.ico
+APP2ICON = $(SOLARRESDIR)$/icons/ooo3_main_app.ico
APP2LINKRES = $(MISC)$/$(TARGET)2.res
.ENDIF