From b186b72199f1344224996cfc9e36e935509ef7bd Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 14 Jan 2003 22:29:41 +0000 Subject: Make dialog New/Cancel/OK to match HIG. * e-shell-folder-selection-dialog.c (e_shell_folder_selection_dialog_construct): Make dialog New/Cancel/OK to match HIG. * glade/e-shell-folder-creation-dialog.glade: Swap Cancel/OK buttons to match HIG. * e-shell-importer.c (choose_importer_from_list): Make dialog Cancel/OK to match HIG. * e-shell-folder-selection-dialog.c (e_shell_folder_selection_dialog_construct): Make dialog Cancel/OK to match HIG. svn path=/trunk/; revision=19465 --- shell/glade/e-shell-folder-creation-dialog.glade | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'shell/glade/e-shell-folder-creation-dialog.glade') diff --git a/shell/glade/e-shell-folder-creation-dialog.glade b/shell/glade/e-shell-folder-creation-dialog.glade index 504bdf1029..206f982aa0 100644 --- a/shell/glade/e-shell-folder-creation-dialog.glade +++ b/shell/glade/e-shell-folder-creation-dialog.glade @@ -27,26 +27,26 @@ GTK_BUTTONBOX_END - + True True True - gtk-ok + gtk-cancel True GTK_RELIEF_NORMAL - -5 + -6 - + True True True - gtk-cancel + gtk-ok True GTK_RELIEF_NORMAL - -6 + -5 -- cgit v1.2.3