diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | data/applications.desktop.in | 4 | ||||
-rw-r--r-- | data/preferences.desktop.in | 4 |
3 files changed, 12 insertions, 4 deletions
@@ -1,3 +1,11 @@ +2002-01-28 Seth Nickell <snickell@stanford.edu> + + * data/applications.desktop.in: + * data/preferences.desktop.in: + + Bring start-here stuff up to date with current + URI schemes, update to use appropriate system icons. + 2002-01-28 Remi Cohen-Scali <remi@cohen-scali.com> * libnautilus-private/nautilus-program-choosing.c diff --git a/data/applications.desktop.in b/data/applications.desktop.in index 31de750e0..312b17cdd 100644 --- a/data/applications.desktop.in +++ b/data/applications.desktop.in @@ -1,7 +1,7 @@ [Desktop Entry] _Name=Applications _Comment=Browse available software -URL=programs: -Icon=gnome-default-dlg.png +URL=applications:/// +Icon=gnome-logo-icon-transparent.png Terminal=0 Type=Link diff --git a/data/preferences.desktop.in b/data/preferences.desktop.in index a054df109..2891e5e6e 100644 --- a/data/preferences.desktop.in +++ b/data/preferences.desktop.in @@ -2,6 +2,6 @@ Type=Link _Name=Preferences _Comment=Adjust your user environment -URL=preferences: -Icon=apple-red.png +URL=preferences:/// +Icon=gnome-settings.png Terminal=0 |