aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main_toolbar.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/main_toolbar.c
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/main_toolbar.c')
-rw-r--r--ui/gtk/main_toolbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/main_toolbar.c b/ui/gtk/main_toolbar.c
index d55520d50d..ddb2bb5fc4 100644
--- a/ui/gtk/main_toolbar.c
+++ b/ui/gtk/main_toolbar.c
@@ -319,7 +319,7 @@ toolbar_new(void)
GTK_STOCK_OPEN, "Open a capture file...", file_open_cmd_cb, NULL);
toolbar_item(save_button, main_tb,
- WIRESHARK_STOCK_FILE, "Save this capture file", file_save_cmd_cb, NULL);
+ WIRESHARK_STOCK_SAVE, "Save this capture file", file_save_cmd_cb, NULL);
toolbar_item(close_button, main_tb,
GTK_STOCK_CLOSE, "Close this capture file", file_close_cmd_cb, NULL);