From 37010aee0370c0c15a80817e12f70520dc1a8f2e Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sat, 25 Jul 2009 19:46:10 +0000 Subject: [PATCH] I thought res.rc was already updated, I should have looked.. this fixes breakage in r3281. Originally committed to SVN as r3283. --- aegisub/src/res.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aegisub/src/res.rc b/aegisub/src/res.rc index 59cd2954a..d49953ec4 100644 --- a/aegisub/src/res.rc +++ b/aegisub/src/res.rc @@ -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