Changeset 1642 for trunk/dll/init.c
- Timestamp:
- Oct 22, 2011, 11:40:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r1607 r1642 107 107 06 Aug 11 GKY Fixed failure to initalize pFM2SaveDirectory if TEMP and TMP were not present 108 108 or invalid 109 22 Oct 11 GKY Thread notes dialog now reopens on startup if it was open on shutdown. 109 110 110 111 ***********************************************************************/ … … 1324 1325 PrfQueryProfileData(fmprof, appname, "NoFoldMenu", &fNoFoldMenu, &size); 1325 1326 size = sizeof(BOOL); 1326 PrfQueryProfileData(fmprof, appname, "ThreadNotes", &fThreadNotes, &size);1327 size = sizeof(BOOL);1328 1327 PrfQueryProfileData(fmprof, FM3Str, "Prnpagenums", &prnpagenums, &size); 1329 1328 size = sizeof(BOOL); … … 1597 1596 size = sizeof(BOOL); 1598 1597 PrfQueryProfileData(fmprof, appname, "TrashCan", &fTrashCan, &size); 1598 size = sizeof(BOOL); 1599 PrfQueryProfileData(fmprof, appname, "ThreadNotes", &fThreadNotes, &size); 1600 if (fThreadNotes) 1601 ShowNote(); 1599 1602 1600 1603 LoadDetailsSwitches(PCSZ_DIRCNR, &dsDirCnrDefault, FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.