Changeset 689 for trunk/dll/mainwnd.c
- Timestamp:
- Jun 15, 2007, 8:33:24 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/dll/mainwnd.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r688 r689 53 53 #include <ctype.h> 54 54 #include <share.h> 55 #include <process.h> // _beginthread 55 56 56 57 #include "fm3dll.h" … … 1541 1542 1542 1543 memset(&rgb, 0, sizeof(rgb)); 1543 rgb.bRed = 128;1544 rgb.bRed = (BYTE)128; 1544 1545 SetPresParams(hwnd, 1545 1546 &RGBGREY, &rgb, &RGBGREY, GetPString(IDS_8HELVTEXT));
Note:
See TracChangeset
for help on using the changeset viewer.
