summaryrefslogtreecommitdiff
path: root/ui/gtk/file_dlg.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/file_dlg.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/file_dlg.c')
-rw-r--r--ui/gtk/file_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/file_dlg.c b/ui/gtk/file_dlg.c
index 65f093d53b..e76767a9d9 100644
--- a/ui/gtk/file_dlg.c
+++ b/ui/gtk/file_dlg.c
@@ -92,7 +92,7 @@ file_selection_new(const gchar *title, file_selection_action_t action)
case FILE_SELECTION_SAVE:
gtk_action = GTK_FILE_CHOOSER_ACTION_SAVE;
- ok_button_text = GTK_STOCK_SAVE;
+ ok_button_text = WIRESHARK_STOCK_SAVE;
break;
case FILE_SELECTION_WRITE_BROWSE: