Changeset 552 for trunk/dll/common.c
- Timestamp:
- Mar 1, 2007, 7:24:47 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/common.c
r551 r552 13 13 15 Aug 06 SHL Use Dos_Error 14 14 03 Nov 06 SHL Rework thread usage count logic 15 07 Jan 07 GKY Move error strings etc. to string file 16 07 Jan 07 GKY Updated Helv font to vector font Helvetica 15 17 16 18 ***********************************************************************/ … … 139 141 { 140 142 MRESULT rc; 141 char font[] = "8.Helv";142 143 143 144 rc = PFNWPStatic(hwnd, msg, mp1, mp2); 144 switch (WinQueryWindowUShort(hwnd, QWS_ID)) {145 switch (WinQueryWindowUShort(hwnd, QWS_ID)) 145 146 case DIR_SORT: 146 147 case DIR_VIEW: 147 148 case DIR_FILTER: 148 *font = '7'; 149 } 150 SetPresParams(hwnd, &RGBGREY, &RGBBLACK, &RGBBLACK, font); 149 150 SetPresParams(hwnd, &RGBGREY, &RGBBLACK, &RGBBLACK, GetPString(IDS_8HELVTEXT)); 151 151 return rc; 152 152 } … … 225 225 break; 226 226 case IDM_DRVFLAGS: 227 strcpy(dv, drive); // Must use original drive letter 227 228 if (WinDlgBox(HWND_DESKTOP, 228 229 hwnd,
Note:
See TracChangeset
for help on using the changeset viewer.