aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog7
-rw-r--r--shell/e-shell-window-commands.c2
2 files changed, 7 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 34db93b399..6ff701574d 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,8 +1,13 @@
+2007-10-03 Matthew Barnes <mbarnes@redhat.com>
+
+ * e-shell-window-commands.c (command_about):
+ Fix capitalization of program name in About dialog (#481325).
+
2007-10-02 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #469657
- * shell/e-shell-settings-dialog.c:
+ * e-shell-settings-dialog.c:
Use destroy functions in GHashTables to simplify memory management.
2007-09-27 Hiroyuki Ikezoe <poincare@ikezoe.net>
diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c
index 5354ba6d4a..d0ee053a47 100644
--- a/shell/e-shell-window-commands.c
+++ b/shell/e-shell-window-commands.c
@@ -666,7 +666,7 @@ command_about (BonoboUIComponent *uih,
gtk_show_about_dialog (
GTK_WINDOW (window),
- "name", "Evolution",
+ "program-name", "Evolution",
"version", VERSION,
"copyright", EVOLUTION_COPYRIGHT,
"comments", _("Groupware Suite"),