Changeset 1655 for trunk/dll/common.c


Ignore:
Timestamp:
Jan 8, 2012, 7:17:31 PM (14 years ago)
Author:
Gregg Young
Message:

Cleanup and added comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/common.c

    r1570 r1655  
    181181      rc = PFNWPStatic(hwnd, msg, mp1, mp2);
    182182      switch (WinQueryWindowUShort(hwnd, QWS_ID))
    183       case DIR_SORT:
    184       case DIR_VIEW:
    185       case DIR_FILTER:
    186       //fixme to allow user to change presparams 1-10-09 GKY
    187       SetPresParams(hwnd, &RGBGREY, &RGBBLACK, &RGBBLACK, FNT_8HELVETICA);
     183    case DIR_SORT:
     184    case DIR_VIEW:
     185    case DIR_FILTER:
     186        //fixme to allow user to change presparams 1-10-09 GKY
     187        SetPresParams(hwnd, &RGBGREY, &RGBBLACK, &RGBBLACK, FNT_8HELVETICA);
    188188      return rc;
    189189    }
Note: See TracChangeset for help on using the changeset viewer.