mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
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.
This commit is contained in:
parent
7c8800b6a2
commit
0e8a902c00
5 changed files with 22 additions and 4 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
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.
|
||||
|
||||
2001-12-14 Seth Nickell <snickell@stanford.edu>
|
||||
|
||||
* 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 \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Desktop Entry]
|
||||
_Name=Programs
|
||||
_Name=Applications
|
||||
_Comment=Browse available software
|
||||
URL=programs:
|
||||
Icon=gnome-default-dlg.png
|
|
@ -1,3 +1,9 @@
|
|||
2001-12-14 Seth Nickell <snickell@stanford.edu>
|
||||
|
||||
* POTFILES.in:
|
||||
|
||||
Moved programs.desktop.in to applications.desktop.in
|
||||
|
||||
2001-12-13 Darin Adler <darin@bentspoon.com>
|
||||
|
||||
* POTFILES.in: Removed translations for the help component.
|
||||
|
|
|
@ -31,7 +31,7 @@ components/tree/Nautilus_View_tree.server.in
|
|||
data/browser.xml
|
||||
data/favorites.desktop.in
|
||||
data/preferences.desktop.in
|
||||
data/programs.desktop.in
|
||||
data/applications.desktop.in
|
||||
data/serverconfig.desktop.in
|
||||
data/starthere-link.desktop.in
|
||||
data/starthere.desktop.in
|
||||
|
|
Loading…
Reference in a new issue