Changeset 1655 for trunk/dll/common.c
- Timestamp:
- Jan 8, 2012, 7:17:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/common.c
r1570 r1655 181 181 rc = PFNWPStatic(hwnd, msg, mp1, mp2); 182 182 switch (WinQueryWindowUShort(hwnd, QWS_ID)) 183 184 185 186 //fixme to allow user to change presparams 1-10-09 GKY187 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); 188 188 return rc; 189 189 }
Note:
See TracChangeset
for help on using the changeset viewer.