summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-28 19:56:13 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-28 19:56:13 (GMT)
commit7c53ca7799832920066c23cfad2f1d7fa82233c7 (patch)
treea29fab25e584fb7f0d3705f13ac0a97abaae122a /resources
parent28d4aecb6c31ac1e450c1f073a0db13437d9d5d1 (diff)
downloadpowder-7c53ca7799832920066c23cfad2f1d7fa82233c7.zip
powder-7c53ca7799832920066c23cfad2f1d7fa82233c7.tar.gz
Voting, fix save browser
Diffstat (limited to 'resources')
-rw-r--r--resources/document.icobin0 -> 25364 bytes
-rw-r--r--resources/powder-res.rc4
-rw-r--r--resources/powder.icobin0 -> 90174 bytes
3 files changed, 4 insertions, 0 deletions
diff --git a/resources/document.ico b/resources/document.ico
new file mode 100644
index 0000000..83c57e7
--- /dev/null
+++ b/resources/document.ico
Binary files differ
diff --git a/resources/powder-res.rc b/resources/powder-res.rc
new file mode 100644
index 0000000..46208e2
--- /dev/null
+++ b/resources/powder-res.rc
@@ -0,0 +1,4 @@
+#define IDI_ICON1 101
+#define IDI_ICON2 102
+IDI_ICON1 ICON DISCARDABLE "powder.ico"
+IDI_ICON2 ICON DISCARDABLE "document.ico"
diff --git a/resources/powder.ico b/resources/powder.ico
new file mode 100644
index 0000000..cd3f6e0
--- /dev/null
+++ b/resources/powder.ico
Binary files differ