comctl32: Remove an obsolete resource attribute.

Michael Stefaniuc mstefani at redhat.de
Tue Feb 7 03:18:59 CST 2012


---
 dlls/comctl32/tests/rsrc.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/tests/rsrc.rc b/dlls/comctl32/tests/rsrc.rc
index 76b3642..34b8362 100644
--- a/dlls/comctl32/tests/rsrc.rc
+++ b/dlls/comctl32/tests/rsrc.rc
@@ -64,7 +64,7 @@ FONT 8, "MS Shell Dlg"
     LTEXT "This has been a test property sheet!", -1, 10, 6, 170, 8
 }
 
-IDD_PROP_PAGE_MESSAGE_TEST DIALOG DISCARDABLE  0, 0, 339, 179
+IDD_PROP_PAGE_MESSAGE_TEST DIALOG  0, 0, 339, 179
 STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_CHILD | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Message Test"
 BEGIN
-- 
1.7.4.4



More information about the wine-patches mailing list