shell: use the icon naming specification icon names
Fixes bug 616049 - Use correct icon names from the spec
This commit is contained in:
parent
554e23aaf2
commit
5147efce71
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue