Changeset 898 for trunk/dll/notebook.c


Ignore:
Timestamp:
Dec 31, 2007, 1:41:15 AM (18 years ago)
Author:
Gregg Young
Message:

Add option to not use <mailto:> wrapper (it doesn't work with the old pmmail); Cleanup of mailrun code; Replaced dunno.ico with a new version from David

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/notebook.c

    r896 r898  
    544544    WinCheckButton(hwnd, CFGH_LIBPATHSTRICTFTPRUN, fLibPathStrictFtpRun);
    545545    WinCheckButton(hwnd, CFGH_LIBPATHSTRICTMAILRUN, fLibPathStrictMailRun);
     546    WinCheckButton(hwnd, CFGH_NOMAILTOMAILRUN, fNoMailtoMailRun);
    546547    return 0;
    547548
     
    702703      PrfWriteProfileData(fmprof, appname, "LibPathStrictMailRun",
    703704                          &fLibPathStrictMailRun, sizeof(BOOL));
     705      fNoMailtoMailRun = WinQueryButtonCheckstate(hwnd, CFGH_NOMAILTOMAILRUN);
     706      PrfWriteProfileData(fmprof, appname, "NoMailtoMailRun",
     707                          &fNoMailtoMailRun, sizeof(BOOL));
    704708      break;
    705709    }
Note: See TracChangeset for help on using the changeset viewer.