diff options
author | Seth Nickell <snickell@stanford.edu> | 2001-12-14 13:40:35 +0000 |
---|---|---|
committer | Seth Nickell <seth@src.gnome.org> | 2001-12-14 13:40:35 +0000 |
commit | 0e8a902c0003e23bbfee9d7cd98177bca87274cd (patch) | |
tree | 441302331db6497ebf8aff5169202f50ce81534f /data | |
parent | 7c8800b6a26904be822e28d44fb1bee0c0b20b4b (diff) | |
download | nautilus-0e8a902c0003e23bbfee9d7cd98177bca87274cd.tar.gz |
The programs:/ URI is now applications:/ to conform with the HIG and GDP
2001-12-14 Seth Nickell <snickell@stanford.edu>
The programs:/ URI is now applications:/ to conform with the
HIG and GDP word list.
* data/Makefile.am:
* data/applications.desktop.in:
* data/programs.desktop.in:
Move programs.desktop.in to applications.desktop.in and change
the URI and Name in the desktop entry.
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 4 | ||||
-rw-r--r-- | data/applications.desktop.in (renamed from data/programs.desktop.in) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 6cd4ceb79..ab26df4c9 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -4,7 +4,7 @@ NULL= @INTLTOOL_DIRECTORY_RULE@ DESKTOP_IN_FILES= favorites.desktop.in \ - programs.desktop.in \ + applications.desktop.in \ starthere.desktop.in \ sysconfig.desktop.in \ preferences.desktop.in \ @@ -22,7 +22,7 @@ DIRECTORY_FILES=$(DIRECTORY_IN_FILES:.directory.in=.directory) startheredir= $(sysconfdir)/X11/starthere starthere_DATA= favorites.desktop \ - programs.desktop \ + applications.desktop \ sysconfig.desktop \ preferences.desktop \ serverconfig.desktop \ diff --git a/data/programs.desktop.in b/data/applications.desktop.in index 179efcb7f..31de750e0 100644 --- a/data/programs.desktop.in +++ b/data/applications.desktop.in @@ -1,5 +1,5 @@ [Desktop Entry] -_Name=Programs +_Name=Applications _Comment=Browse available software URL=programs: Icon=gnome-default-dlg.png |