summaryrefslogtreecommitdiff
path: root/shell/control-center.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/control-center.c')
-rw-r--r--shell/control-center.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/control-center.c b/shell/control-center.c
index 2670c6ea..b25f42d7 100644
--- a/shell/control-center.c
+++ b/shell/control-center.c
@@ -188,7 +188,7 @@ int main(int argc, char* argv[])
actions = get_actions_list();
layout_shell(app_data, _("Filter"), _("Groups"), _("Common Tasks"), actions, handle_static_action_clicked);
- create_main_window(app_data, "MyControlCenter", _("Control Center"), "mate-control-center", 975, 600, hidden);
+ create_main_window(app_data, "MyControlCenter", _("Control Center"), "preferences-desktop", 975, 600, hidden);
unique_app_watch_window(unique_app, GTK_WINDOW(app_data->main_app));
g_signal_connect(unique_app, "message-received", G_CALLBACK(message_received_cb), app_data);