diff options
author | Alexander Larsson <alexl@redhat.com> | 2002-12-12 11:21:54 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2002-12-12 11:21:54 +0000 |
commit | 44556a083b833e59e72249badbeb9e771f285d18 (patch) | |
tree | fce85e8036a65fa3d10f37b5158536ad3bbced90 /data | |
parent | 8ef7078354d733b7497586024cea89700cc7bc96 (diff) | |
download | nautilus-44556a083b833e59e72249badbeb9e771f285d18.tar.gz |
Use the new icons in gnome-icon-theme for these.
2002-12-12 Alexander Larsson <alexl@redhat.com>
* data/preferences.desktop.in:
* data/serverconfig.desktop.in:
* data/serverconfig.directory.in:
* data/starthere-link.desktop.in:
* data/starthere.desktop.in:
* data/starthere.directory.in:
* data/sysconfig.desktop.in:
* data/sysconfig.directory.in:
Use the new icons in gnome-icon-theme for these.
* Makefile.am:
* gnome-starthere-96.png:
* gnome-starthere.png:
Remove the icons. They moved to gnome-icon-theme.
Diffstat (limited to 'data')
-rw-r--r-- | data/preferences.desktop.in | 2 | ||||
-rw-r--r-- | data/serverconfig.desktop.in | 2 | ||||
-rw-r--r-- | data/serverconfig.directory.in | 2 | ||||
-rw-r--r-- | data/starthere-link.desktop.in | 3 | ||||
-rw-r--r-- | data/starthere.desktop.in | 2 | ||||
-rw-r--r-- | data/starthere.directory.in | 3 | ||||
-rw-r--r-- | data/sysconfig.desktop.in | 2 | ||||
-rw-r--r-- | data/sysconfig.directory.in | 2 |
8 files changed, 8 insertions, 10 deletions
diff --git a/data/preferences.desktop.in b/data/preferences.desktop.in index 2da23b80d..c62586e45 100644 --- a/data/preferences.desktop.in +++ b/data/preferences.desktop.in @@ -3,5 +3,5 @@ Type=Link _Name=Desktop Preferences _Comment=Adjust your user environment URL=preferences:/// -Icon=gnome-settings.png +Icon=gnome-desktop-config Terminal=0 diff --git a/data/serverconfig.desktop.in b/data/serverconfig.desktop.in index a1ab353af..11859fdc1 100644 --- a/data/serverconfig.desktop.in +++ b/data/serverconfig.desktop.in @@ -3,5 +3,5 @@ Type=Link _Name=Server Settings _Comment=Configure network services (web server, DNS server, etc.) URL=server-settings: -Icon=gnome-globe.png +Icon=gnome-server-config Terminal=0 diff --git a/data/serverconfig.directory.in b/data/serverconfig.directory.in index 4adf767c3..3b167974b 100644 --- a/data/serverconfig.directory.in +++ b/data/serverconfig.directory.in @@ -1,5 +1,5 @@ [Desktop Entry] _Name=Server Settings _Comment=Configure network services -Icon=gnome-globe.png +Icon=gnome-server-config Type=Directory diff --git a/data/starthere-link.desktop.in b/data/starthere-link.desktop.in index 7f61ed0a5..992b48028 100644 --- a/data/starthere-link.desktop.in +++ b/data/starthere-link.desktop.in @@ -3,6 +3,5 @@ Type=Link _Name=Start Here _Comment=Start Here URL=start-here: -Icon=gnome-starthere.png -X-Nautilus-Icon=gnome-starthere +Icon=gnome-starthere Terminal=0 diff --git a/data/starthere.desktop.in b/data/starthere.desktop.in index 0a87659ed..a4777da11 100644 --- a/data/starthere.desktop.in +++ b/data/starthere.desktop.in @@ -2,7 +2,7 @@ _Name=Start Here _Comment=Start Here Exec=nautilus start-here: -Icon=gnome-starthere.png +Icon=gnome-starthere X-Nautilus-Icon=gnome-starthere Terminal=0 Type=Application diff --git a/data/starthere.directory.in b/data/starthere.directory.in index a70f05dbb..90fb4ac95 100644 --- a/data/starthere.directory.in +++ b/data/starthere.directory.in @@ -1,6 +1,5 @@ [Desktop Entry] _Name=Start Here _Comment=Start Here -Icon=gnome-starthere.png -X-Nautilus-Icon=gnome-starthere +Icon=gnome-starthere Type=Directory diff --git a/data/sysconfig.desktop.in b/data/sysconfig.desktop.in index 0d5e3cf30..2b1a05705 100644 --- a/data/sysconfig.desktop.in +++ b/data/sysconfig.desktop.in @@ -3,5 +3,5 @@ Type=Link _Name=System Settings _Comment=Change systemwide settings (affects all users) URL=system-settings: -Icon=gnome-settings.png +Icon=gnome-system-config Terminal=0 diff --git a/data/sysconfig.directory.in b/data/sysconfig.directory.in index c6301ec40..1a8e91da4 100644 --- a/data/sysconfig.directory.in +++ b/data/sysconfig.directory.in @@ -1,5 +1,5 @@ [Desktop Entry] _Name=System Settings _Comment=Change systemwide settings (affects all users) -Icon=gnome-settings.png +Icon=gnome-system-config Type=Directory |