forked from pool/gnome-control-center
14 lines
450 B
Diff
14 lines
450 B
Diff
|
Index: shell/control-center.c
|
||
|
===================================================================
|
||
|
--- shell/control-center.c (revision 7440)
|
||
|
+++ shell/control-center.c (working copy)
|
||
|
@@ -151,7 +151,7 @@
|
||
|
exit (1);
|
||
|
}
|
||
|
|
||
|
- app_data = appshelldata_new ("gnomecc.menu", NULL, CONTROL_CENTER_PREFIX,
|
||
|
+ app_data = appshelldata_new ("preferences.menu", NULL, CONTROL_CENTER_PREFIX,
|
||
|
GTK_ICON_SIZE_DND, FALSE, TRUE);
|
||
|
generate_categories (app_data);
|
||
|
|