Changeset 998
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r997 r998 43 43 29 Feb 08 GKY Changes to enable user settable command line length 44 44 29 Feb 08 GKY Refactor global command line variables to notebook.h 45 08 Mar 08 JBS Ticket 230: Replace prefixless INI keys for default directory containers with 46 keys using a "DirCnr." prefix 45 47 46 48 ***********************************************************************/ … … 1345 1347 1346 1348 LoadDetailsSwitches("DirCnr", NULL); 1347 // size = sizeof(BOOL);1348 // PrfQueryProfileData(fmprof, appname, "DetailsLWDate", &detailslwdate, &size);1349 // size = sizeof(BOOL);1350 // PrfQueryProfileData(fmprof, appname, "DetailsLWTime", &detailslwtime, &size);1351 // size = sizeof(BOOL);1352 // PrfQueryProfileData(fmprof, appname, "DetailsLADate", &detailsladate, &size);1353 // size = sizeof(BOOL);1354 // PrfQueryProfileData(fmprof, appname, "DetailsLATime", &detailslatime, &size);1355 // size = sizeof(BOOL);1356 // PrfQueryProfileData(fmprof, appname, "DetailsCRDate", &detailscrdate, &size);1357 // size = sizeof(BOOL);1358 // PrfQueryProfileData(fmprof, appname, "DetailsCRTime", &detailscrtime, &size);1359 // size = sizeof(BOOL);1360 // PrfQueryProfileData(fmprof, appname, "DetailsLongname", &detailslongname, &size);1361 // size = sizeof(BOOL);1362 // PrfQueryProfileData(fmprof, appname, "DetailsEA", &detailsea, &size);1363 // size = sizeof(BOOL);1364 // PrfQueryProfileData(fmprof, appname, "DetailsSize", &detailssize, &size);1365 // size = sizeof(BOOL);1366 // PrfQueryProfileData(fmprof, appname, "DetailsSubject", &detailssubject, &size);1367 // size = sizeof(BOOL);1368 // PrfQueryProfileData(fmprof, appname, "DetailsAttr", &detailsattr, &size);1369 // size = sizeof(BOOL);1370 // PrfQueryProfileData(fmprof, appname, "DetailsIcon", &detailsicon, &size);1371 // size = sizeof(BOOL);1372 // PrfQueryProfileData(fmprof, appname, "SubjectInLeftPane", &fSubjectInLeftPane,1373 // &size);1374 // size = sizeof(BOOL);1375 // PrfQueryProfileData(fmprof, appname, "SubjectLengthMax", &fSubjectLengthMax,1376 // &size);1377 // if (fSubjectLengthMax)1378 // SubjectDisplayWidth = 0;1379 // else {1380 // PrfQueryProfileData(fmprof, appname, "SubjectDisplayWidth",1381 // &SubjectDisplayWidth, &size);1382 // if (SubjectDisplayWidth < 50)1383 // SubjectDisplayWidth = 0;1384 // else if (SubjectDisplayWidth > 1000)1385 // SubjectDisplayWidth = 1000;1386 // }1387 1349 1388 1350 /* load pointers and icons we use */ -
trunk/dll/misc.c
r997 r998 38 38 12 Jan 08 SHL Document SetConditionalCascade 39 39 13 Jan 08 GKY Get Subjectwidth/Subjectleft working in the collector. 40 xxJan 08 JBS Ticket 150: fix/improve save and restore of dir cnr state at FM/2 close/reopen40 19 Jan 08 JBS Ticket 150: fix/improve save and restore of dir cnr state at FM/2 close/reopen 41 41 21 Jan 08 GKY Stop reallocating NullStr by direct editing of empty subject and longname strings. 42 42 29 Feb 08 GKY Use xfree where appropriate 43 08 Mar 08 JBS Ticket 230: Replace prefixless INI keys for default directory containers with 44 keys using a "DirCnr." prefix 43 45 44 46 ***********************************************************************/ -
trunk/dll/notebook.c
r997 r998 31 31 29 Feb 08 GKY Changes to enable user settable command line length 32 32 29 Feb 08 GKY Use xfree where appropriate 33 08 Mar 08 JBS Ticket 230: Replace prefixless INI keys for default directory containers with 34 keys using a "DirCnr." prefix 33 35 34 36 ***********************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
