Module: wine Branch: master Commit: 482a5746eec602cfbbbe925288a1ef3b127538ee URL: http://source.winehq.org/git/wine.git/?a=commit;h=482a5746eec602cfbbbe925288...
Author: Michael Stefaniuc mstefani@redhat.de Date: Tue Feb 7 10:18:59 2012 +0100
comctl32: Remove an obsolete resource attribute.
---
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