Changeset 940 for trunk/dll/mainwnd.c
- Timestamp:
- Jan 21, 2008, 10:55:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r933 r940 47 47 16 Jan 08 GKY Fix changing background color on toolbar 48 48 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 49 51 50 52 ***********************************************************************/ … … 3025 3027 sprintf(szKey, "%sDirCnrPos.%lu", szPrefix, x); 3026 3028 size = sizeof(SWP); 3027 if (PrfQueryProfileData(fmprof, FM3Str, szKey, (PVOID) & 3029 if (PrfQueryProfileData(fmprof, FM3Str, szKey, (PVOID) &swp, &size)) { 3028 3030 if (!pszStateName || !strcmp(pszStateName, GetPString(IDS_FM2TEMPTEXT))) 3029 3031 PrfWriteProfileData(fmprof, FM3Str, szKey, NULL, 0L);
Note:
See TracChangeset
for help on using the changeset viewer.