From 1888be42fd2d5479a7eda3a70a7004a7bdae78de Mon Sep 17 00:00:00 2001 From: Peter Weilbacher Date: Sat, 9 Aug 2008 19:04:21 +0100 Subject: [PATCH] Bug 449738 Fix splash.rc for comm-central. r=Standard8 --- mail/app/splash.rc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/mail/app/splash.rc b/mail/app/splash.rc index 29ccaa9154..c191e61db7 100644 --- a/mail/app/splash.rc +++ b/mail/app/splash.rc @@ -72,17 +72,17 @@ END #define IDC_VERTICALTEXT 4110 #define IDC_NONE 4112 -IDC_GRAB CURSOR DISCARDABLE "../../widget/src/build/res/grab.cur" -IDC_GRABBING CURSOR DISCARDABLE "../../widget/src/build/res/grabbing.cur" -IDC_CELL CURSOR DISCARDABLE "../../widget/src/build/res/cell.cur" -IDC_COPY CURSOR DISCARDABLE "../../widget/src/build/res/copy.cur" -IDC_ALIAS CURSOR DISCARDABLE "../../widget/src/build/res/aliasb.cur" -IDC_ZOOMIN CURSOR DISCARDABLE "../../widget/src/build/res/zoom_in.cur" -IDC_ZOOMOUT CURSOR DISCARDABLE "../../widget/src/build/res/zoom_out.cur" -IDC_COLRESIZE CURSOR DISCARDABLE "../../widget/src/build/res/col_resize.cur" -IDC_ROWRESIZE CURSOR DISCARDABLE "../../widget/src/build/res/row_resize.cur" -IDC_VERTICALTEXT CURSOR DISCARDABLE "../../widget/src/build/res/vertical_text.cur" -IDC_NONE CURSOR DISCARDABLE "../../widget/src/build/res/none.cur" +IDC_GRAB CURSOR DISCARDABLE "../../mozilla/widget/src/build/res/grab.cur" +IDC_GRABBING CURSOR DISCARDABLE "../../mozilla/widget/src/build/res/grabbing.cur" +IDC_CELL CURSOR DISCARDABLE "../../mozilla/widget/src/build/res/cell.cur" +IDC_COPY CURSOR DISCARDABLE "../../mozilla/widget/src/build/res/copy.cur" +IDC_ALIAS CURSOR DISCARDABLE "../../mozilla/widget/src/build/res/aliasb.cur" +IDC_ZOOMIN CURSOR DISCARDABLE "../../mozilla/widget/src/build/res/zoom_in.cur" +IDC_ZOOMOUT CURSOR DISCARDABLE "../../mozilla/widget/src/build/res/zoom_out.cur" +IDC_COLRESIZE CURSOR DISCARDABLE "../../mozilla/widget/src/build/res/col_resize.cur" +IDC_ROWRESIZE CURSOR DISCARDABLE "../../mozilla/widget/src/build/res/row_resize.cur" +IDC_VERTICALTEXT CURSOR DISCARDABLE "../../mozilla/widget/src/build/res/vertical_text.cur" +IDC_NONE CURSOR DISCARDABLE "../../mozilla/widget/src/build/res/none.cur" // For some reason IDI_MAILBIFF needs to be larger than the value of IDI_APPLICATION for static builds #define IDI_MAILBIFF 101