aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/stock_icons.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/stock_icons.c')
-rw-r--r--gtk/stock_icons.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/stock_icons.c b/gtk/stock_icons.c
index b4ed33c480..6e1943d2b1 100644
--- a/gtk/stock_icons.c
+++ b/gtk/stock_icons.c
@@ -44,6 +44,7 @@
#include "../image/toolbar/display_filter_24.xpm"
/* these icons are standard stock icons, but used for Wireshark specific stock icon labels */
#include "../image/toolbar/stock_add_24.xpm"
+#include "../image/toolbar/stock_clear_24.xpm"
#include "../image/toolbar/stock_open_24.xpm"
#include "../image/toolbar/stock_ok_20.xpm"
#include "../image/toolbar/stock_save_24.xpm"
@@ -165,6 +166,7 @@ void stock_icons_init(void) {
{ WIRESHARK_STOCK_IMPORT, stock_open_24_xpm }, /* XXX: needs a better icon */
{ WIRESHARK_STOCK_EDIT, stock_properties_24_xpm },
{ WIRESHARK_STOCK_ADD_EXPRESSION, stock_add_24_xpm },
+ { WIRESHARK_STOCK_DONT_SAVE, stock_clear_24_xpm },
{ WIRESHARK_STOCK_ABOUT, wsicon16_xpm },
{ WIRESHARK_STOCK_COLORIZE, colorize_24_xpm },
{ WIRESHARK_STOCK_AUTOSCROLL, autoscroll_24_xpm },