diff options
author | TingPing <tingping@tingping.se> | 2013-09-29 02:24:30 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-09-29 02:24:30 -0400 |
commit | 00bd389cdcd3e481c92de435e626a2618d4a128c (patch) | |
tree | ed9852f20ab8dff18672b29eaccce05878251d38 /data/misc/htm-mime.xml | |
parent | 4ba886f7aaf884c518637173be0b1d8e9b190e86 (diff) | |
parent | 1f84c507a058f5baa01a632ce2478fa31854907d (diff) |
Merge branch 'gresource'
Diffstat (limited to 'data/misc/htm-mime.xml')
-rw-r--r-- | data/misc/htm-mime.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/misc/htm-mime.xml b/data/misc/htm-mime.xml new file mode 100644 index 00000000..f76b689b --- /dev/null +++ b/data/misc/htm-mime.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> + <mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'> + <mime-type type="application/x-hct"> + <comment>HexChat theme archives</comment> + <icon name="hexchat" /> + <glob pattern="*.hct" weight="100" /> + </mime-type> + </mime-info> |