propsheet: Set defaults for the Next/Prev button

Mike McCormack mike at codeweavers.com
Mon Jul 21 05:11:40 CDT 2003


ChangeLog:
* Set defaults for the Next/Prev button.

-------------- next part --------------
Index: dlls/comctl32/propsheet.c
===================================================================
RCS file: /home/wine/wine/dlls/comctl32/propsheet.c,v
retrieving revision 1.85
diff -u -r1.85 propsheet.c
--- dlls/comctl32/propsheet.c	9 Jul 2003 02:49:52 -0000	1.85
+++ dlls/comctl32/propsheet.c	21 Jul 2003 09:53:31 -0000
@@ -2786,6 +2786,9 @@
       psInfo->hwnd = hwnd;
       SetWindowLongW(hwnd,DWL_USER,(LONG)psInfo);
 
+      /* set up the Next and Back buttons by default */
+      PROPSHEET_SetWizButtons(hwnd, PSWIZB_BACK|PSWIZB_NEXT);
+
       /*
        * Small icon in the title bar.
        */


More information about the wine-patches mailing list