Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk dlg_utils.c follow_dlg.c help_dlg.c main
gerald 2001/12/12 15:39:01 CST
Modified files:
gtk dlg_utils.c follow_dlg.c help_dlg.c
main.c proto_hier_stats_dlg.c
simple_dialog.c summary_dlg.c tcp_graph.c
ui_util.c ui_util.h
Log:
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.
Revision Changes Path
1.6 +4 -1 ethereal/gtk/dlg_utils.c
1.15 +3 -1 ethereal/gtk/follow_dlg.c
1.19 +3 -1 ethereal/gtk/help_dlg.c
1.218 +4 -1 ethereal/gtk/main.c
1.5 +4 -1 ethereal/gtk/proto_hier_stats_dlg.c
1.8 +6 -6 ethereal/gtk/simple_dialog.c
1.10 +4 -1 ethereal/gtk/summary_dlg.c
1.10 +13 -1 ethereal/gtk/tcp_graph.c
1.5 +32 -1 ethereal/gtk/ui_util.c
1.2 +4 -1 ethereal/gtk/ui_util.h