diff options
author | ahze <ahze@FreeBSD.org> | 2004-12-13 08:04:25 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-12-13 08:04:25 +0800 |
commit | 24747e4517fe3d7acaa73184fe6843e4732bb2d1 (patch) | |
tree | a6f26040630f457763b94042247600f00ad4f790 /mail | |
parent | 4fd14185903d09c345b847fe0f5558a31b38b50b (diff) | |
download | freebsd-ports-gnome-24747e4517fe3d7acaa73184fe6843e4732bb2d1.tar.gz freebsd-ports-gnome-24747e4517fe3d7acaa73184fe6843e4732bb2d1.tar.zst freebsd-ports-gnome-24747e4517fe3d7acaa73184fe6843e4732bb2d1.zip |
Add Encoding type to desktop file to validate via desktop-file-validate
Diffstat (limited to 'mail')
4 files changed, 4 insertions, 0 deletions
diff --git a/mail/thunderbird-devel/files/thunderbird.desktop.in b/mail/thunderbird-devel/files/thunderbird.desktop.in index 78db15b185f0..3fbc730a26d6 100644 --- a/mail/thunderbird-devel/files/thunderbird.desktop.in +++ b/mail/thunderbird-devel/files/thunderbird.desktop.in @@ -6,3 +6,4 @@ Icon=@THUNDERBIRD_ICON@ Terminal=false Type=Application Categories=Application;Network; +Encoding=UTF-8 diff --git a/mail/thunderbird-esr/files/thunderbird.desktop.in b/mail/thunderbird-esr/files/thunderbird.desktop.in index 78db15b185f0..3fbc730a26d6 100644 --- a/mail/thunderbird-esr/files/thunderbird.desktop.in +++ b/mail/thunderbird-esr/files/thunderbird.desktop.in @@ -6,3 +6,4 @@ Icon=@THUNDERBIRD_ICON@ Terminal=false Type=Application Categories=Application;Network; +Encoding=UTF-8 diff --git a/mail/thunderbird/files/thunderbird.desktop.in b/mail/thunderbird/files/thunderbird.desktop.in index 78db15b185f0..3fbc730a26d6 100644 --- a/mail/thunderbird/files/thunderbird.desktop.in +++ b/mail/thunderbird/files/thunderbird.desktop.in @@ -6,3 +6,4 @@ Icon=@THUNDERBIRD_ICON@ Terminal=false Type=Application Categories=Application;Network; +Encoding=UTF-8 diff --git a/mail/thunderbird3/files/thunderbird.desktop.in b/mail/thunderbird3/files/thunderbird.desktop.in index 78db15b185f0..3fbc730a26d6 100644 --- a/mail/thunderbird3/files/thunderbird.desktop.in +++ b/mail/thunderbird3/files/thunderbird.desktop.in @@ -6,3 +6,4 @@ Icon=@THUNDERBIRD_ICON@ Terminal=false Type=Application Categories=Application;Network; +Encoding=UTF-8 |