Changeset 898 for trunk/dll/notebook.c
- Timestamp:
- Dec 31, 2007, 1:41:15 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/notebook.c
r896 r898 544 544 WinCheckButton(hwnd, CFGH_LIBPATHSTRICTFTPRUN, fLibPathStrictFtpRun); 545 545 WinCheckButton(hwnd, CFGH_LIBPATHSTRICTMAILRUN, fLibPathStrictMailRun); 546 WinCheckButton(hwnd, CFGH_NOMAILTOMAILRUN, fNoMailtoMailRun); 546 547 return 0; 547 548 … … 702 703 PrfWriteProfileData(fmprof, appname, "LibPathStrictMailRun", 703 704 &fLibPathStrictMailRun, sizeof(BOOL)); 705 fNoMailtoMailRun = WinQueryButtonCheckstate(hwnd, CFGH_NOMAILTOMAILRUN); 706 PrfWriteProfileData(fmprof, appname, "NoMailtoMailRun", 707 &fNoMailtoMailRun, sizeof(BOOL)); 704 708 break; 705 709 }
Note:
See TracChangeset
for help on using the changeset viewer.