summaryrefslogtreecommitdiff
path: root/ui/gtk/stock_icons.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-12-04 18:00:50 +0000
committerGerald Combs <gerald@wireshark.org>2012-12-04 18:00:50 +0000
commitc0c7a64d71811f76fa319930d1cf41078ac97c7f (patch)
tree794ce63f5584fa31552f7d76030156ba3106d19b /ui/gtk/stock_icons.c
parent9ca3f30f7589f9b508aae43f6f05f9fffdcc6813 (diff)
downloadwireshark-c0c7a64d71811f76fa319930d1cf41078ac97c7f.tar.gz
Replace GTK_STOCK_SAVE with WIRESHARK_STOCK_FILE in a few places,
including the GTK+ and Qt main toolbars. svn path=/trunk/; revision=46374
Diffstat (limited to 'ui/gtk/stock_icons.c')
-rw-r--r--ui/gtk/stock_icons.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gtk/stock_icons.c b/ui/gtk/stock_icons.c
index 858435319a..bc8b0bd117 100644
--- a/ui/gtk/stock_icons.c
+++ b/ui/gtk/stock_icons.c
@@ -157,7 +157,7 @@ void stock_icons_init(void) {
{ WIRESHARK_STOCK_TELEPHONE, "Telephone", 0, 0, NULL },
{ WIRESHARK_STOCK_PREPARE_FILTER, "Prepare Filter", 0, 0, NULL },
{ WIRESHARK_STOCK_ANALYZE, "Analyze", 0, 0, NULL },
- { WIRESHARK_STOCK_FILE, "File", 0, 0, NULL }
+ { WIRESHARK_STOCK_FILE, "File", 0, 0, NULL }
};
static const stock_pixmap_t pixmaps[] = {
@@ -211,7 +211,7 @@ void stock_icons_init(void) {
{ WIRESHARK_STOCK_TELEPHONE, telephone_16_xpm},
{ WIRESHARK_STOCK_PREPARE_FILTER, display_filter_24_xpm},
{ WIRESHARK_STOCK_ANALYZE, analyze_24_xpm},
- { WIRESHARK_STOCK_FILE, WiresharkDoc_24_xpm},
+ { WIRESHARK_STOCK_FILE, WiresharkDoc_24_xpm},
{ NULL, NULL }
};