aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-02-19 01:19:36 +0000
committerGuy Harris <guy@alum.mit.edu>2007-02-19 01:19:36 +0000
commitb8a2977742ef5e1a4a1d5ccd1784cb2939ff2324 (patch)
treefbca43cecb7388a8cf54c932ed6bd78d6fe69143
parenteaf1ae2df2f28f85965c39f8678aa429b4325c7a (diff)
We only need the Wireshark splash image if we have the welcome page.
svn path=/trunk/; revision=20847
-rw-r--r--gtk/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/main.c b/gtk/main.c
index 0861b9c0cd..39951a23ef 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -161,7 +161,9 @@
#include "../image/wsiconcap16.xpm"
#include "../image/wsiconcap32.xpm"
#include "../image/wsiconcap48.xpm"
+#ifdef SHOW_WELCOME_PAGE
#include "../image/wssplash.xpm"
+#endif
#ifdef HAVE_AIRPCAP
#include <airpcap.h>