Ignore:
Timestamp:
May 24, 2001, 5:21:06 PM (24 years ago)
Author:
umoeller
Message:

Misc updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/dialog.c

    r65 r74  
    322322                                        | BS_CHECKBOX
    323323                                        | BS_RADIOBUTTON))
    324                 pszlAuto->cx += 20;     // @@@
     324                pszlAuto->cx += 20;     // @@todo
    325325            else if (pControlDef->flStyle & BS_BITMAP)
    326326                ;
     
    465465                    pColumnDef->cpControl.cy = pszl->cy;
    466466
    467                 // @@@hack sizes
     467                // @@todo hack sizes
    468468
    469469                ulXSpacing = ulYSpacing = (2 * pControlDef->ulSpacing);
     
    635635                                      HWND_BOTTOM,
    636636                                      pControlDef->usID,
    637                                       NULL,             // control data @@@
     637                                      NULL,             // @@todo control data
    638638                                      ppp);
    639639
Note: See TracChangeset for help on using the changeset viewer.