aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/stock_icons.h
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.h
parentcd376e0ca89b170c1164b8171cf86abe3e15e418 (diff)
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.h')
-rw-r--r--ui/gtk/stock_icons.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/stock_icons.h b/ui/gtk/stock_icons.h
index d663a8afee..26e99e6825 100644
--- a/ui/gtk/stock_icons.h
+++ b/ui/gtk/stock_icons.h
@@ -95,7 +95,7 @@
#define WIRESHARK_STOCK_TELEPHONE "Wireshark_Telephone"
#define WIRESHARK_STOCK_PREPARE_FILTER "Wireshark_Prepare_Filter"
#define WIRESHARK_STOCK_ANALYZE "Wireshark_Analyze"
-#define WIRESHARK_STOCK_FILE "Wireshark_File"
+#define WIRESHARK_STOCK_SAVE "Wireshark_Save"
void stock_icons_init(void);