aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sciteco.rc
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2015-03-10 23:35:43 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2015-03-10 23:35:43 +0100
commit647e6ebe5859a56efa8a164f3264003920d85da3 (patch)
treebaec9701df8bf400e60b35cf56463d21e57eef98 /src/sciteco.rc
parent20cb9a7d13ed36593432509ac0215b21c54d6657 (diff)
downloadsciteco-647e6ebe5859a56efa8a164f3264003920d85da3.tar.gz
added SciTECO icon and compile it into Windows binaries
* sciteco.ico contains a 16 color 16px, a 255 color 32px and a true color 48px version of the icon. The first ones are good for legacy Windows versions like 2000, while the latter one should be preferred by Windows >= 7. * Also added the 48px version as a PNG for Linux. But it is not installed currently, as there is no standardized place for it and it wouldn't do much good in /usr/share/sciteco.
Diffstat (limited to 'src/sciteco.rc')
-rw-r--r--src/sciteco.rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sciteco.rc b/src/sciteco.rc
new file mode 100644
index 0000000..66646ae
--- /dev/null
+++ b/src/sciteco.rc
@@ -0,0 +1,4 @@
+/*
+ * This will be SciTECO's application icon:
+ */
+DEFAULT ICON "../ico/sciteco.ico"