aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-commands.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-10-04 00:30:39 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-10-04 00:30:39 +0800
commit493d22e208dc4f57d488351399482e060e617820 (patch)
treed649ba2917af1a97b15a8effcea96f6331709988 /shell/e-shell-window-commands.c
parent589ed56722c1cd136cf4d70412012febb2600e56 (diff)
downloadgsoc2013-evolution-493d22e208dc4f57d488351399482e060e617820.tar
gsoc2013-evolution-493d22e208dc4f57d488351399482e060e617820.tar.gz
gsoc2013-evolution-493d22e208dc4f57d488351399482e060e617820.tar.bz2
gsoc2013-evolution-493d22e208dc4f57d488351399482e060e617820.tar.lz
gsoc2013-evolution-493d22e208dc4f57d488351399482e060e617820.tar.xz
gsoc2013-evolution-493d22e208dc4f57d488351399482e060e617820.tar.zst
gsoc2013-evolution-493d22e208dc4f57d488351399482e060e617820.zip
** Fixes bug #481325
2007-10-03 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #481325 * configure.in: Require GTK+ 2.12 * shell/e-shell-window-commands.c (command_about): Fix capitalization of program name in About dialog. svn path=/trunk/; revision=34348
Diffstat (limited to 'shell/e-shell-window-commands.c')
-rw-r--r--shell/e-shell-window-commands.c2
1 files changed, 1 insertions, 1 deletions
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"),