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
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@
|
||||||
|
|
||||||
// main app icon should always be first
|
// main app icon should always be first
|
||||||
// (windows explorer uses the first icon resource by default)
|
// (windows explorer uses the first icon resource by default)
|
||||||
wxicon ICON "bitmaps/icon.ico"
|
wxicon ICON "bitmaps/windows/icon.ico"
|
||||||
eyedropper_cursor CURSOR "bitmaps/eyedropper.cur"
|
eyedropper_cursor CURSOR "bitmaps/windows/eyedropper.cur"
|
||||||
|
|
||||||
// The following define is necessary for Visual Studio
|
// The following define is necessary for Visual Studio
|
||||||
#define wxUSE_NO_MANIFEST 1
|
#define wxUSE_NO_MANIFEST 1
|
||||||
|
|
Loading…
Reference in a new issue