summaryrefslogtreecommitdiff
path: root/ui/gtk/stock_icons.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-12-22 17:41:40 +0000
committerGerald Combs <gerald@wireshark.org>2012-12-22 17:41:40 +0000
commit896eeaf187cc28a575443b79a1fd87b9f4b89626 (patch)
treed274c2081e724ffa0bc59f41bbaea5186dc100f7 /ui/gtk/stock_icons.c
parentcd376e0ca89b170c1164b8171cf86abe3e15e418 (diff)
downloadwireshark-896eeaf187cc28a575443b79a1fd87b9f4b89626.tar.gz
The Wireshark file icon makes more sense than a floppy disk[1]. Switch
back to it and name it "Save" instead of "File". [1] http://www.hanselman.com/blog/TheFloppyDiskMeansSaveAnd14OtherOldPeopleIconsThatDontMakeSenseAnymore.aspx svn path=/trunk/; revision=46696
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 e44da4df77..0d2908a1d6 100644
--- a/ui/gtk/stock_icons.c
+++ b/ui/gtk/stock_icons.c
@@ -163,7 +163,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_SAVE, "Save", 0, 0, NULL }
};
static const stock_pixmap_t pixmaps[] = {
@@ -221,7 +221,7 @@ void stock_icons_init(void) {
};
static const stock_pixbuf_t pixbufs[] = {
- { WIRESHARK_STOCK_FILE, toolbar_wireshark_file_16_pb_data, toolbar_wireshark_file_24_pb_data},
+ { WIRESHARK_STOCK_SAVE, toolbar_wireshark_file_16_pb_data, toolbar_wireshark_file_24_pb_data},
{ NULL, NULL, NULL }
};
/* Register our stock items */