diff options
author | Thomas Wood <thomas.wood@intel.com> | 2010-07-16 16:04:11 +0100 |
---|---|---|
committer | Thomas Wood <thomas.wood@intel.com> | 2010-07-16 16:04:11 +0100 |
commit | 5147efce71b30ee7c15b321bef273daf6fcd3257 (patch) | |
tree | 3fbd25028bb922d3ebdf547d7760ede05d595b26 /shell | |
parent | 554e23aaf2330a7814efbb689e16fdfbab83c8eb (diff) |
shell: use the icon naming specification icon names
Fixes bug 616049 - Use correct icon names from the spec
Diffstat (limited to 'shell')
-rw-r--r-- | shell/gnome-control-center.desktop.in.in | 2 | ||||
-rw-r--r-- | shell/shell.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/gnome-control-center.desktop.in.in b/shell/gnome-control-center.desktop.in.in index 4b082e7f7..2b30038f6 100644 --- a/shell/gnome-control-center.desktop.in.in +++ b/shell/gnome-control-center.desktop.in.in @@ -1,7 +1,7 @@ [Desktop Entry] _Name=Control Center _GenericName=The GNOME configuration tool -Icon=gnome-control-center +Icon=preferences-desktop Exec=gnome-control-center Terminal=false Type=Application diff --git a/shell/shell.ui b/shell/shell.ui index 61a366490..8636ed793 100644 --- a/shell/shell.ui +++ b/shell/shell.ui @@ -7,7 +7,7 @@ <property name="height_request">500</property> <property name="title" translatable="yes">System Settings</property> <property name="resizable">False</property> - <property name="icon_name">gnome-control-center</property> + <property name="icon_name">preferences-desktop</property> <child> <object class="GtkVBox" id="vbox1"> <property name="visible">True</property> |