summaryrefslogtreecommitdiff
path: root/ui/gtk/stock_icons.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-04-26 21:10:35 +0000
committerGerald Combs <gerald@wireshark.org>2013-04-26 21:10:35 +0000
commit32352fb1a2ed22601e3832af5ae6095db9219f78 (patch)
tree3cf04c0d48a425325b64cebdeaff740bb4df4702 /ui/gtk/stock_icons.c
parentcbc09f6fc562a868e6f1e86e6c003bc8d0340463 (diff)
downloadwireshark-32352fb1a2ed22601e3832af5ae6095db9219f78.tar.gz
Update the capture start, stop, and restart icons and development badge
with enhanced versions from Elliott. Switch the interface configuration icon to the "gear" version. This matches the gear in the capture icon. svn path=/trunk/; revision=49059
Diffstat (limited to 'ui/gtk/stock_icons.c')
-rw-r--r--ui/gtk/stock_icons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/stock_icons.c b/ui/gtk/stock_icons.c
index 22765360a9..d0fdd78a78 100644
--- a/ui/gtk/stock_icons.c
+++ b/ui/gtk/stock_icons.c
@@ -167,7 +167,7 @@ void stock_icons_init(void) {
static const stock_pixbuf_t pixbufs[] = {
{ WIRESHARK_STOCK_ABOUT, wsicon_16_pb_data, wsicon_24_pb_data },
{ WIRESHARK_STOCK_CAPTURE_INTERFACES, capture_interfaces_16_pb_data, capture_interfaces_24_pb_data },
- { WIRESHARK_STOCK_CAPTURE_OPTIONS, capture_options_16_pb_data, capture_options_24_pb_data },
+ { WIRESHARK_STOCK_CAPTURE_OPTIONS, capture_options_alt1_16_pb_data, capture_options_alt1_24_pb_data },
{ WIRESHARK_STOCK_CAPTURE_RESTART, capture_restart_16_pb_data, capture_restart_24_pb_data },
{ WIRESHARK_STOCK_CAPTURE_START, capture_start_16_pb_data, capture_start_24_pb_data },
{ WIRESHARK_STOCK_CAPTURE_STOP, capture_stop_16_pb_data, capture_stop_24_pb_data },