aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-07-27 03:09:30 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-07-27 03:09:30 +0800
commit9d27429cc84587fe5699e4e42d69961007b1c44d (patch)
tree58d0dd9db21bda6a22fab0c9b86fc848902cd1a9 /shell/ChangeLog
parent1a71d1071cd26fb93cb0c5c46f52221d4979e4d5 (diff)
downloadgsoc2013-evolution-9d27429cc84587fe5699e4e42d69961007b1c44d.tar
gsoc2013-evolution-9d27429cc84587fe5699e4e42d69961007b1c44d.tar.gz
gsoc2013-evolution-9d27429cc84587fe5699e4e42d69961007b1c44d.tar.bz2
gsoc2013-evolution-9d27429cc84587fe5699e4e42d69961007b1c44d.tar.lz
gsoc2013-evolution-9d27429cc84587fe5699e4e42d69961007b1c44d.tar.xz
gsoc2013-evolution-9d27429cc84587fe5699e4e42d69961007b1c44d.tar.zst
gsoc2013-evolution-9d27429cc84587fe5699e4e42d69961007b1c44d.zip
Capitalize the title of the dialog for consistency.
* e-shell-view-menu.c (command_new_shortcut): Capitalize the title of the dialog for consistency. * e-shell-folder-creation-dialog.c (setup_dialog): Don't prepend the window's title with "Evolution -" since we don't do that anywhere else. Also capitalize properly. svn path=/trunk/; revision=17616
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index ba430ed051..8e29fa4937 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,14 @@
2002-07-26 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-view-menu.c (command_new_shortcut): Capitalize the title
+ of the dialog for consistency.
+
+ * e-shell-folder-creation-dialog.c (setup_dialog): Don't prepend
+ the window's title with "Evolution -" since we don't do that
+ anywhere else. Also capitalize properly.
+
+2002-07-26 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell-user-creatable-items-handler.c (ensure_menu_xml): Put in
the ComponentItems placeholder, instead of NewItems.