If we don't have AirPcap, don't bother with the IF_AIRPCAP case; if we

ever add support for it on additional platforms, HAVE_AIRPCAP will be
defined.

svn path=/trunk/; revision=43533
This commit is contained in:
Guy Harris 2012-06-28 20:40:44 +00:00
parent c51a19cc43
commit cccc9f0a2d
1 changed files with 2 additions and 0 deletions

View File

@ -424,8 +424,10 @@ GtkWidget * capture_get_if_icon(interface_t *device)
return xpm_to_widget(modem_16_xpm);
case IF_WIRELESS:
return pixbuf_to_widget(network_wireless_pb_data);
#ifdef HAVE_AIRPCAP
case IF_AIRPCAP:
return xpm_to_widget(capture_airpcap_16_xpm);
#endif
case IF_BLUETOOTH:
return pixbuf_to_widget(network_bluetooth_pb_data);
case IF_USB: