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/hexchat.gresource.xml | |
parent | 4ba886f7aaf884c518637173be0b1d8e9b190e86 (diff) | |
parent | 1f84c507a058f5baa01a632ce2478fa31854907d (diff) |
Merge branch 'gresource'
Diffstat (limited to 'data/hexchat.gresource.xml')
-rw-r--r-- | data/hexchat.gresource.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/data/hexchat.gresource.xml b/data/hexchat.gresource.xml new file mode 100644 index 00000000..3e32f731 --- /dev/null +++ b/data/hexchat.gresource.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<gresources> + <gresource prefix="/icons"> + <file alias="hexchat.png" preprocess="to-pixdata" compressed="true">icons/hexchat.png</file> + <file alias="book.png" preprocess="to-pixdata" compressed="true">icons/book.png</file> + + <file alias="ulist_voice.png" preprocess="to-pixdata" compressed="true">icons/ulist_voice.png</file> + <file alias="ulist_halfop.png" preprocess="to-pixdata" compressed="true">icons/ulist_halfop.png</file> + <file alias="ulist_op.png" preprocess="to-pixdata" compressed="true">icons/ulist_op.png</file> + <file alias="ulist_owner.png" preprocess="to-pixdata" compressed="true">icons/ulist_owner.png</file> + <file alias="ulist_founder.png" preprocess="to-pixdata" compressed="true">icons/ulist_founder.png</file> + <file alias="ulist_netop.png" preprocess="to-pixdata" compressed="true">icons/ulist_netop.png</file> + + <file alias="tray_fileoffer.png" preprocess="to-pixdata" compressed="true">icons/tray_fileoffer.png</file> + <file alias="tray_highlight.png" preprocess="to-pixdata" compressed="true">icons/tray_highlight.png</file> + <file alias="tray_message.png" preprocess="to-pixdata" compressed="true">icons/tray_message.png</file> + + <file alias="tree_channel.png" preprocess="to-pixdata" compressed="true">icons/tree_channel.png</file> + <file alias="tree_dialog.png" preprocess="to-pixdata" compressed="true">icons/tree_dialog.png</file> + <file alias="tree_server.png" preprocess="to-pixdata" compressed="true">icons/tree_server.png</file> + <file alias="tree_util.png" preprocess="to-pixdata" compressed="true">icons/tree_util.png</file> + </gresource> +</gresources> |