diff options
author | TingPing <TingPing@users.noreply.github.com> | 2013-08-28 13:22:12 -0400 |
---|---|---|
committer | TingPing <TingPing@users.noreply.github.com> | 2013-08-28 13:22:12 -0400 |
commit | cc9d6042fd5590ab4671c1581a3e8578baa8594d (patch) | |
tree | e0b0a36511cd51df8382e99c13a62c7830c3660a /share | |
parent | 012b9c478e7d69de83fc5b1b756a6ccb564ff6d5 (diff) |
Update htm mime file
Diffstat (limited to 'share')
-rw-r--r-- | share/misc/htm-mime.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/misc/htm-mime.xml b/share/misc/htm-mime.xml index 1201aaf3..f76b689b 100644 --- a/share/misc/htm-mime.xml +++ b/share/misc/htm-mime.xml @@ -2,6 +2,7 @@ <mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'> <mime-type type="application/x-hct"> <comment>HexChat theme archives</comment> - <glob pattern="*.hct"/> + <icon name="hexchat" /> + <glob pattern="*.hct" weight="100" /> </mime-type> </mime-info> |