diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 7 | ||||
-rw-r--r-- | shell/e-shell-window-commands.c | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index cd5901f2bf..df4ac19595 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2008-07-22 Milan Crha <mcrha@redhat.com> + + ** Part of fix for bug #544022 + + * e-shell-window-commands.c: (char *authors[]): + Break the escape sequence properly (compiler warning cleanup). + 2008-07-20 Andre Klapper <a9016009@gmx.de> ** Fixes bug #542828 diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c index 666be38e50..a9f46205bb 100644 --- a/shell/e-shell-window-commands.c +++ b/shell/e-shell-window-commands.c @@ -272,7 +272,7 @@ static const char *authors[] = { "Daniel van Eeden", "Daniel Veillard", "Daniel Yacob", - "Danilo \xC5\xA0egan", + "Danilo \xC5\xA0" "egan", "Darin Adler", "Dave Benson", "Dave Camp", |