From faaee8fe619d213006092bddf5f135ae6bfbbdca Mon Sep 17 00:00:00 2001 From: Richard Campbell Date: Sun, 18 Jan 2004 04:45:59 +0000 Subject: [PATCH] temp fix for windres compatibility issues. svn path=/trunk/; revision=7732 --- reactos/subsys/system/explorer/explorer_intres.rc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/reactos/subsys/system/explorer/explorer_intres.rc b/reactos/subsys/system/explorer/explorer_intres.rc index 3eabf24e528..b456e040438 100644 --- a/reactos/subsys/system/explorer/explorer_intres.rc +++ b/reactos/subsys/system/explorer/explorer_intres.rc @@ -675,7 +675,8 @@ STYLE WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Desktop Properties" FONT 8, "MS Sans Serif" BEGIN - CONTROL 130,IDC_STATIC,"Static",SS_BITMAP,74,20,21,98 + CONTROL IDC_STATIC,"Static",SS_BITMAP,74,20,21,98 + // 130, END IDD_DESKBAR_TASKBAR DIALOG DISCARDABLE 0, 0, 210, 154 @@ -683,7 +684,8 @@ STYLE WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Taskbar Properties" FONT 8, "MS Sans Serif" BEGIN - CONTROL 129,IDC_STATIC,"Static",SS_BITMAP,129,19,21,98 + CONTROL IDC_STATIC,"Static",SS_BITMAP,129,19,21,98 + //129, END IDD_DESKBAR_STARTMENU DIALOG DISCARDABLE 0, 0, 210, 154 @@ -691,7 +693,8 @@ STYLE WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Startmenu Properties" FONT 8, "MS Sans Serif" BEGIN - CONTROL 130,IDC_STATIC,"Static",SS_BITMAP,74,20,21,98 + CONTROL IDC_STATIC,"Static",SS_BITMAP,74,20,21,98 + // 130, END