diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-15 06:29:41 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-15 06:29:41 +0800 |
commit | b186b72199f1344224996cfc9e36e935509ef7bd (patch) | |
tree | b81cf5de27cb4e7e9cd2f1242b18b908580e54cb /shell/ChangeLog | |
parent | bf4a0dab77e39d4178d4f55dfce4c2839ba31a3e (diff) | |
download | gsoc2013-evolution-b186b72199f1344224996cfc9e36e935509ef7bd.tar.gz gsoc2013-evolution-b186b72199f1344224996cfc9e36e935509ef7bd.tar.zst gsoc2013-evolution-b186b72199f1344224996cfc9e36e935509ef7bd.zip |
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
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index fd490490f5..fb8c4a757c 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,19 @@ 2003-01-14 Ettore Perazzoli <ettore@ximian.com> + * 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. + * e-shell-view.c: Do not #include "e-bonobo-widget.h". 2003-01-14 Ettore Perazzoli <ettore@ximian.com> |