From 35dff218e82472a904d53f8e5a3be196195e7c76 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Fri, 19 Jan 2007 13:19:32 +0000 Subject: [PATCH] program name is gnome-control-center. 2007-01-19 Rodrigo Moya * control-center.c (main): program name is gnome-control-center. svn path=/trunk/; revision=7155 --- shell/ChangeLog | 4 ++++ shell/control-center.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index c11d1422c..3b9598a3c 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2007-01-19 Rodrigo Moya + + * control-center.c (main): program name is gnome-control-center. + 2007-01-18 Rodrigo Moya Fixes #394303 diff --git a/shell/control-center.c b/shell/control-center.c index aa348f1d2..9c897dae9 100644 --- a/shell/control-center.c +++ b/shell/control-center.c @@ -124,7 +124,7 @@ main (int argc, char *argv[]) { if (argc != 2 || strcmp ("-h", argv[1])) { - printf ("Usage - control-center [-h]\n"); + printf ("Usage - gnome-control-center [-h]\n"); printf ("Options: -h : hide on start\n"); printf ("\tUseful if you want to autostart the control-center singleton so it can get all it's slow loading done\n"); exit (1);