From 2398487dc2c71f8093ba17bdd0bf1a04ee2419b0 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 30 Sep 2004 02:02:35 +0000 Subject: For file browsing dialog boxes, the affirmative button should be "OK", not "Save". In UN*X with GTK+ 2.x, put the affirmative button in file dialogs to the right of the cancel button, as is done with other dialogs. svn path=/trunk/; revision=12146 --- gtk/print_prefs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk/print_prefs.c') diff --git a/gtk/print_prefs.c b/gtk/print_prefs.c index a55614b82a..ad6e13327a 100644 --- a/gtk/print_prefs.c +++ b/gtk/print_prefs.c @@ -134,7 +134,8 @@ GtkWidget * printer_prefs_show(void) static void printer_browse_file_cb(GtkWidget *file_bt, GtkWidget *file_te) { - file_selection_browse(file_bt, file_te, "Ethereal: Print to a File", FILE_SELECTION_SAVE); + file_selection_browse(file_bt, file_te, "Ethereal: Print to a File", + FILE_SELECTION_WRITE_BROWSE); } -- cgit v1.2.3