aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-05 17:41:31 +0000
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-05 17:41:31 +0000
commita3c790f7ff984c623f14949a269c957bcbcf2c2f (patch)
tree5746c66c2403d272e72e1bd5dd1494075ebcc94a /gtk
parentc5504ea8440dd30e6893197bfb98f6cf8c5c8b01 (diff)
Use the fix from Joerg to get the airpcap icon also for remote
interface. This is a misuse of the icon, but we don't have an icon for remote interfaces yet and I'm the wrong one for creating one... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38369 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk')
-rw-r--r--gtk/main_welcome.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/main_welcome.c b/gtk/main_welcome.c
index a3dbf75369..331403d4c9 100644
--- a/gtk/main_welcome.c
+++ b/gtk/main_welcome.c
@@ -72,6 +72,8 @@
#include "airpcap.h"
#include "airpcap_loader.h"
#include "airpcap_gui_utils.h"
+#endif
+#if defined(HAVE_AIRPCAP) || defined(HAVE_PCAP_REMOTE)
#include "../image/toolbar/capture_airpcap_16.xpm"
#endif