diff --git a/redo/TODO.contributions b/redo/TODO.contributions new file mode 100644 index 00000000..3485015c --- /dev/null +++ b/redo/TODO.contributions @@ -0,0 +1,2 @@ +wine +- say that dialogs respond to WM_PRINTCLIENT on xp+ diff --git a/redo/windows/tabpage.c b/redo/windows/tabpage.c index 5d574e09..6bcc7e68 100644 --- a/redo/windows/tabpage.c +++ b/redo/windows/tabpage.c @@ -3,9 +3,7 @@ // This is a special internal control type that handles tab pages. // This doesn't use the container class, but rather a subclassed WC_DIALOG, as that supports tab textures properly. -// The standard property sheet control oes the same thing. - -// TODO tell wine that dialogs respond to WM_PRINTCLIENT on xp+ +// The standard property sheet control does the same thing. struct tabPage { uiControl c;