From 769bd28a5da227b3f4fddac8f8ce3c34fce1b13d Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Tue, 15 Apr 2008 23:33:39 +0000 Subject: use the "Clear" icon for the "Continue without saving" action, as the icon metapher seem to fit well here svn path=/trunk/; revision=25059 --- gtk/stock_icons.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk/stock_icons.c') 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 }, -- cgit v1.2.3