diff options
author | Jens Granseuer <jensgr@gmx.net> | 2007-10-02 18:01:06 +0000 |
---|---|---|
committer | Jens Granseuer <jensg@src.gnome.org> | 2007-10-02 18:01:06 +0000 |
commit | 97f89ca9e1c4556014633785a30ff871fae6460d (patch) | |
tree | 9562a43ad24d0eda0123aa864f0529b148590a5a /shell | |
parent | 268d74a27b842fdf33170409980e6f41adc7e9cf (diff) |
Patch by: Stephane Loeuillet <leroutier@gmail.com>
2007-10-02 Jens Granseuer <jensgr@gmx.net>
Patch by: Stephane Loeuillet <leroutier@gmail.com>
* capplets/about-me/gnome-about-me.desktop.in.in:
* capplets/accessibility/at-properties/at-properties.desktop.in.in:
* capplets/accessibility/keyboard/accessibility-keyboard.desktop.in.in:
* capplets/appearance/data/gnome-appearance-properties.desktop.in.in:
* capplets/appearance/data/gnome-theme-installer.desktop.in.in:
* capplets/appearance/theme-save.c:
* capplets/default-applications/default-applications.desktop.in.in:
* capplets/default-applications/gnome-at-session.desktop.in.in:
* capplets/display/display-properties.desktop.in.in:
* capplets/keybindings/keybinding.desktop.in.in:
* capplets/keyboard/keyboard.desktop.in.in:
* capplets/mouse/gnome-settings-mouse.desktop.in.in:
* capplets/network/gnome-network-preferences.desktop.in.in:
* capplets/sound/gnome-settings-sound.desktop.in.in:
* capplets/windows/window-properties.desktop.in.in:
* shell/gnomecc.desktop.in.in:
* shell/gnomecc.directory.in:
* vfs-methods/fontilus/font-method.directory.in:
* vfs-methods/fontilus/gnome-font-viewer.desktop.in.in:
* vfs-methods/themus/theme-method.directory.in:
* vfs-methods/themus/themus-theme-applier.desktop.in.in:
desktop file fixes: don't use the deprecated Encoding tag, change
Terminal=0 to Terminal=false, remove empty Categories= (bug #481740)
svn path=/trunk/; revision=8153
Diffstat (limited to 'shell')
-rw-r--r-- | shell/gnomecc.desktop.in.in | 1 | ||||
-rw-r--r-- | shell/gnomecc.directory.in | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/shell/gnomecc.desktop.in.in b/shell/gnomecc.desktop.in.in index cedddd1f4..4b082e7f7 100644 --- a/shell/gnomecc.desktop.in.in +++ b/shell/gnomecc.desktop.in.in @@ -1,5 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 _Name=Control Center _GenericName=The GNOME configuration tool Icon=gnome-control-center diff --git a/shell/gnomecc.directory.in b/shell/gnomecc.directory.in index 8484af2a9..fef699447 100644 --- a/shell/gnomecc.directory.in +++ b/shell/gnomecc.directory.in @@ -2,4 +2,4 @@ _Name=Control Center Icon=gnome-settings Type=Directory -Encoding=UTF-8 + |