summaryrefslogtreecommitdiff
path: root/resource.rc
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 16:53:07 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 16:53:07 +0200
commit583d6a1fd6701e3d42c87285265b0b4f7657ab7c (patch)
tree78461dd1a74685252eef77b8e7d3b622d1be67ea /resource.rc
parent1.9 (diff)
downloadFreeFileSync-583d6a1fd6701e3d42c87285265b0b4f7657ab7c.tar.gz
FreeFileSync-583d6a1fd6701e3d42c87285265b0b4f7657ab7c.tar.bz2
FreeFileSync-583d6a1fd6701e3d42c87285265b0b4f7657ab7c.zip
1.10
Diffstat (limited to 'resource.rc')
-rw-r--r--resource.rc5
1 files changed, 4 insertions, 1 deletions
diff --git a/resource.rc b/resource.rc
index 575f739b..efc75705 100644
--- a/resource.rc
+++ b/resource.rc
@@ -1,2 +1,5 @@
#include "wx/msw/wx.rc"
-winIcon ICON DISCARDABLE "library/FreeFileSync.ico"
+
+//naming convention to set icon sequence in executable file
+ffsIcon1 ICON DISCARDABLE "library/FreeFileSync.ico"
+ffsIcon2 ICON DISCARDABLE "library/Batch.ico"
bgstack15