diff options
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-shell-window-commands.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 5255bd5f83..a372766cef 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2007-11-01 Matthew Barnes <mbarnes@redhat.com> + * e-shell-window-commands.c: + Update the copyright notice in the About dialog. + +2007-11-01 Matthew Barnes <mbarnes@redhat.com> + * e-user-creatable-items-handler.c (ensure_menu_items): Don't compare a character pointer to a string literal. diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c index 7044baa1a2..799cb2002d 100644 --- a/shell/e-shell-window-commands.c +++ b/shell/e-shell-window-commands.c @@ -54,7 +54,7 @@ #include "e-shell-importer.h" #define EVOLUTION_COPYRIGHT \ - "Copyright \xC2\xA9 1999 - 2006 Novell, Inc. and Others" + "Copyright \xC2\xA9 1999 - 2007 Novell, Inc. and Others" #define EVOLUTION_WEBSITE \ "http://www.gnome.org/projects/evolution/" |