diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-06-29 16:05:23 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-06-29 16:05:23 +0000 |
commit | d341c10331f97d464fda22a1a14d0bae34257eea (patch) | |
tree | 4623f22499ab63716d738e4e6e25ba96520f91cd /kde-misc/filelight/files | |
parent | Fix compatibility with ffmpeg-0.4.9_p20080326 with judicious sedding. Drop pa... (diff) | |
download | historical-d341c10331f97d464fda22a1a14d0bae34257eea.tar.gz historical-d341c10331f97d464fda22a1a14d0bae34257eea.tar.bz2 historical-d341c10331f97d464fda22a1a14d0bae34257eea.zip |
Merge i18n stuff, get rid of arts use flag, fix desktop entry properly.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'kde-misc/filelight/files')
-rw-r--r-- | kde-misc/filelight/files/filelight-1.0-desktop-entry-fix.diff | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/kde-misc/filelight/files/filelight-1.0-desktop-entry-fix.diff b/kde-misc/filelight/files/filelight-1.0-desktop-entry-fix.diff new file mode 100644 index 000000000000..d1d95e9454be --- /dev/null +++ b/kde-misc/filelight/files/filelight-1.0-desktop-entry-fix.diff @@ -0,0 +1,24 @@ +--- misc/filelight.desktop.orig 2008-06-29 16:30:55.000000000 +0200 ++++ misc/filelight.desktop 2008-06-29 16:31:09.000000000 +0200 +@@ -1,12 +1,10 @@ +-# KDE Config File + [Desktop Entry] +-Encoding=UTF-8 + Name=Filelight + Name[xx]=xxFilelightxx +-Generic Name=Disk Usage Statistics ++GenericName=Disk Usage Statistics + Type=Application + Exec=filelight %f +-Icon=filelight.png ++Icon=filelight + Comment=View disk usage information + Comment[bg]=Информация за използване на диска + Comment[cs]=Zobrazení využití disku +@@ -35,5 +33,5 @@ + Comment[xx]=xxView disk usage informationxx + Comment[zh_CN]=查看磁盘使用信息 + Terminal=false +-MimeType=inode/directory ++MimeType=inode/directory; + Categories=Qt;KDE;Utility; |