diff options
author | Gerald Combs <gerald@wireshark.org> | 2001-12-12 21:39:01 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2001-12-12 21:39:01 +0000 |
commit | 7e092f2dd86c37089c98397e0d56bf45680fe4b5 (patch) | |
tree | 7934672ab2655891cbaefb3a79774cde4dda8024 /Makefile.am | |
parent | a93f4f8515b39e6e4d66b44e3dc420092fc79f34 (diff) | |
download | wireshark-7e092f2dd86c37089c98397e0d56bf45680fe4b5.tar.gz wireshark-7e092f2dd86c37089c98397e0d56bf45680fe4b5.tar.bz2 wireshark-7e092f2dd86c37089c98397e0d56bf45680fe4b5.zip |
Go nuts with the 3D logo.
Add a routine to ui_util.c that sets a window's icon pixmap to a 16x16
version of the 3D logo. Call the routine for each window that is created.
This has been tested with kwm and Sawfish (which expect a 16x16 icon), but
we may have to come up with a better solution for other window managers
(e.g. olwm and mwm).
Add a 3D exclamation point image. Replace the exclamation point and
Ethereal logo images used in simple_dialog() with their 3D counterparts.
Remove the old icons from the source distribution.
svn path=/trunk/; revision=4390
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 03b1a08418..f2413a7fb9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.393 2001/12/11 03:04:26 gram Exp $ +# $Id: Makefile.am,v 1.394 2001/12/12 21:38:57 gerald Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -823,8 +823,9 @@ EXTRA_DIST = \ image/ethereal48x48.png \ image/ethereal.ico \ image/ethereal.rc.in \ - image/icon-excl.xpm \ - image/icon-ethereal.xpm \ + image/eexcl3d64.xpm \ + image/eicon3d16.xpm \ + image/eicon3d64.xpm \ image/clist_ascend.xpm \ image/clist_descend.xpm \ image/mergecap.rc.in \ |