Changeset 940 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
Jan 21, 2008, 10:55:00 PM (18 years ago)
Author:
Gregg Young
Message:

Minor cleanup, added comments and History for recent changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r933 r940  
    4747  16 Jan 08 GKY Fix changing background color on toolbar
    4848  xx Jan 08 JBS Ticket 150: fix/improve save and restore of dir cnr state at FM/2 close/reopen
     49  17 Jan 08 GKY Add presparam save & restore for individual directory containers
     50  19 Jan 08 GKY Rework Utilities menu
    4951
    5052***********************************************************************/
     
    30253027      sprintf(szKey, "%sDirCnrPos.%lu", szPrefix, x);
    30263028      size = sizeof(SWP);
    3027       if (PrfQueryProfileData(fmprof, FM3Str, szKey, (PVOID) & swp, &size)) {
     3029      if (PrfQueryProfileData(fmprof, FM3Str, szKey, (PVOID) &swp, &size)) {
    30283030        if (!pszStateName || !strcmp(pszStateName, GetPString(IDS_FM2TEMPTEXT)))
    30293031          PrfWriteProfileData(fmprof, FM3Str, szKey, NULL, 0L);
Note: See TracChangeset for help on using the changeset viewer.