Changeset 1777 for trunk/dll/common.c
- Timestamp:
- Jun 13, 2014, 3:51:31 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/common.c
r1655 r1777 180 180 181 181 rc = PFNWPStatic(hwnd, msg, mp1, mp2); 182 switch (WinQueryWindowUShort(hwnd, QWS_ID)) 183 case DIR_SORT: 184 case DIR_VIEW: 185 case DIR_FILTER: 182 // 2014-06-11 SHL 183 switch (WinQueryWindowUShort(hwnd, QWS_ID)) { 184 case DIR_SORT: 185 case DIR_VIEW: 186 case DIR_FILTER: 186 187 //fixme to allow user to change presparams 1-10-09 GKY 187 188 SetPresParams(hwnd, &RGBGREY, &RGBBLACK, &RGBBLACK, FNT_8HELVETICA); 188 return rc; 189 } 190 } 189 return rc; 190 } 191 } 192 } // switch msg 191 193 return PFNWPStatic(hwnd, msg, mp1, mp2); 192 194 }
Note:
See TracChangeset
for help on using the changeset viewer.