From 62e2bd6e7530f831ecc6e24864ccd8b837a35c48 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 27 Jan 2011 08:15:33 -0500 Subject: [PATCH] Correct a comment --- shell/cc-shell-model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/cc-shell-model.c b/shell/cc-shell-model.c index 30fb7e001..41bfc0773 100644 --- a/shell/cc-shell-model.c +++ b/shell/cc-shell-model.c @@ -179,7 +179,7 @@ cc_shell_model_add_item (CcShellModel *model, if (!id) { /* Refuse to load desktop files without a panel ID, but - * with the X-GNOME-Control-Center-Panel category */ + * with the X-GNOME-Settings-Panel category */ if (desktop_entry_has_panel_category (key_file)) { g_warning ("Not loading desktop file '%s' because it uses the "