diff options
author | Russell Lang <gsview@ghostgum.com.au> | 2002-03-30 01:29:38 +0000 |
---|---|---|
committer | Russell Lang <gsview@ghostgum.com.au> | 2002-03-30 01:29:38 +0000 |
commit | e181b8d60008418941f1231245aed2b590f066c2 (patch) | |
tree | 6d2503bf5444b073efa3bdf8eb0cf992f982a84b /gs/src/gsdll32.rc | |
parent | 6ee656db6f52029ce6b71cf806df9be6c01a654e (diff) |
Replace Windows icons with new versions that include 48x48 pixel
and 32-bit versions for Windows XP. Change the 16x16 pixel icons
to use the full 'g' instead of just the head. Use a restricted
icon gswin16.ico for WinZip SE which can't handle the new icon.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@2384 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/src/gsdll32.rc')
-rw-r--r-- | gs/src/gsdll32.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gs/src/gsdll32.rc b/gs/src/gsdll32.rc index 9e0e8f848..41046dc41 100644 --- a/gs/src/gsdll32.rc +++ b/gs/src/gsdll32.rc @@ -21,10 +21,10 @@ #include "gp_mswin.h" #ifndef gstext_ico -#define gstext_ico gstext.ico +#define gstext_ico gswin.ico #endif #ifndef gsgraph_ico -#define gsgraph_ico gsgraph.ico +#define gsgraph_ico gswin.ico #endif GSTEXT_ICON ICON gstext_ico |