aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-31 22:51:38 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-31 22:51:38 +0000
commit76103f44f2589be11f7a513542029149da7844f1 (patch)
tree077136ce82d90ba50e7f18f36115b9153e04800b /gtk
parent8d6c73e567dcc476f6fc1b5a6706fa1688d740b3 (diff)
Add a new splash image.
svn path=/trunk/; revision=18294
Diffstat (limited to 'gtk')
-rw-r--r--gtk/about_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/about_dlg.c b/gtk/about_dlg.c
index baa874fb56..1ec05b46b2 100644
--- a/gtk/about_dlg.c
+++ b/gtk/about_dlg.c
@@ -41,7 +41,7 @@
#include "text_page.h"
#endif
-#include "../image/eicon3d64.xpm"
+#include "../image/wssplash.xpm"
#include "gtkglobals.h"
#include "version_info.h"
#include "main.h"
@@ -67,7 +67,7 @@ about_wireshark(GtkWidget *parent, GtkWidget *main_vb, const char *title)
gchar *message;
#endif
- icon = xpm_to_widget_from_parent(parent, eicon3d64_xpm);
+ icon = xpm_to_widget_from_parent(parent, wssplash_xpm);
gtk_container_add(GTK_CONTAINER(main_vb), icon);
msg_label = gtk_label_new(title);