Skip to content

Instantly share code, notes, and snippets.

@tobiashm
Created February 3, 2011 09:57
Show Gist options
  • Save tobiashm/809295 to your computer and use it in GitHub Desktop.
Save tobiashm/809295 to your computer and use it in GitHub Desktop.
Modification of http://www.autohotkey.net/~Skan/Scripts/RoD/ROD-Ex.ahk to create 2 icons in resource.dll
24c24
< ResourceFile := "AutoHotkeySC.bin" ; you many comment out one of
---
> ;ResourceFile := "AutoHotkeySC.bin" ; you many comment out one of
71a72
> {
72a74,75
> GoSub,RT_ICON ; 2011-02-03/THM: Add another copy of the same icon to work around a bug in Stack Docklet 2.0
> }
@popovn
Copy link

popovn commented Apr 7, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment