mirror of https://github.com/odrling/Aegisub
I thought res.rc was already updated, I should have looked.. this fixes breakage in r3281.
Originally committed to SVN as r3283.
This commit is contained in:
parent
f51e7b1483
commit
37010aee03
|
@ -35,8 +35,8 @@
|
|||
|
||||
// main app icon should always be first
|
||||
// (windows explorer uses the first icon resource by default)
|
||||
wxicon ICON "bitmaps/icon.ico"
|
||||
eyedropper_cursor CURSOR "bitmaps/eyedropper.cur"
|
||||
wxicon ICON "bitmaps/windows/icon.ico"
|
||||
eyedropper_cursor CURSOR "bitmaps/windows/eyedropper.cur"
|
||||
|
||||
// The following define is necessary for Visual Studio
|
||||
#define wxUSE_NO_MANIFEST 1
|
||||
|
|
Loading…
Reference in New Issue