diff options
-rw-r--r-- | desktop/util/makefile.mk | 12 | ||||
-rw-r--r-- | desktop/util/verinfo.rc | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk index 85dc9d68e135..4f21764f11c2 100644 --- a/desktop/util/makefile.mk +++ b/desktop/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.24 $ +# $Revision: 1.25 $ # -# last change: $Author: cd $ $Date: 2002-11-01 14:46:31 $ +# last change: $Author: hro $ $Date: 2002-11-22 14:26:36 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -155,7 +155,7 @@ APP1DEF= $(MISCX)$/$(TARGET).def .IF "$(GUI)" == "WNT" APP1RES= $(RES)$/desktop.res -APP1ICON=$(SOLARRESDIR)$/icons/001_star_butterfly.ico +APP1ICON=$(SOLARRESDIR)$/icons/001_star_main.ico APP1VERINFO=verinfo.rc APP1LINKRES=$(MISC)$/$(TARGET).res .ENDIF @@ -180,7 +180,7 @@ APP2OBJS= \ $(OBJ)$/wrappera.obj APP2RES= $(RES)$/$(APP2TARGET).res -APP2ICON=$(SOLARRESDIR)$/icons/001_star_butterfly.ico +APP2ICON=$(SOLARRESDIR)$/icons/001_star_main.ico APP2VERINFO=verinfo.rc APP2LINKRES=$(MISC)$/$(APP2TARGET).res @@ -200,7 +200,7 @@ APP3OBJS= \ $(OBJ)$/lwrapa.obj APP3RES= $(RES)$/$(APP3TARGET).res -APP3ICON=$(SOLARRESDIR)$/icons/001_star_butterfly.ico +APP3ICON=$(SOLARRESDIR)$/icons/001_star_main.ico APP3VERINFO=verinfo.rc APP3LINKRES=$(MISC)$/$(APP3TARGET).res @@ -221,7 +221,7 @@ APP4OBJS= \ $(OBJ)$/rwrapa.obj APP4RES= $(RES)$/$(APP4TARGET).res -APP4ICON=$(SOLARRESDIR)$/icons/001_star_butterfly.ico +APP4ICON=$(SOLARRESDIR)$/icons/001_star_main.ico APP4VERINFO=verinfo.rc APP4LINKRES=$(MISC)$/$(APP4TARGET).res diff --git a/desktop/util/verinfo.rc b/desktop/util/verinfo.rc index 5eb3451089f6..5c2a15e1ac1e 100644 --- a/desktop/util/verinfo.rc +++ b/desktop/util/verinfo.rc @@ -2,9 +2,9 @@ # # $RCSfile: verinfo.rc,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hjs $ $Date: 2001-11-29 14:12:04 $ +# last change: $Author: hro $ $Date: 2002-11-22 14:24:24 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -196,5 +196,5 @@ VS_VERSION_INFO rcdata 15 ICON "icons\\015_math_document.ico" 16 ICON "icons\\016_template.ico" 17 ICON "icons\\017_macrolibrary.ico" - +18 ICON "icons\\018_configuration.ico" |