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:
Amar Takhar 2009-07-25 19:46:10 +00:00
parent f51e7b1483
commit 37010aee03
1 changed files with 2 additions and 2 deletions

View File

@ -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