aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/stock_icons.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-15 23:33:39 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-15 23:33:39 +0000
commit769bd28a5da227b3f4fddac8f8ce3c34fce1b13d (patch)
treea3685de35f2da11af026ebbf18901c586c03b68d /gtk/stock_icons.c
parent1984f23e28a19333fa4b3ae7e8e1aba7971fe2ab (diff)
use the "Clear" icon for the "Continue without saving" action, as the icon metapher seem to fit well here
svn path=/trunk/; revision=25059
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 },