Changeset 737 for trunk/dll/misc.c
- Timestamp:
- Jul 24, 2007, 4:16:18 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/misc.c
r733 r737 25 25 10 Jun 07 GKY Add IsFm2Window as part of work around PM drag limit 26 26 05 Jul 07 GKY Fix menu removals for WORKPLACE_PROCESS=YES 27 23 Jul 07 SHL Sync with CNRITEM updates (ticket#24) 27 28 28 29 ***********************************************************************/ … … 491 492 492 493 // Fill in column information for the file name. Note that we are 493 // using the pszFileName variable rather than szFileName. We do this 494 // because the container needs a pointer to the file name. If we used 495 // szFileName (a character array, not a pointer), the container would 496 // take the first 4 bytes of szFileName and think it was a pointer, 497 // which of course it is not. Later in the FillInRecord* functions we set 498 // pszFileName to point to szFileName. 494 // using the pszDisplayName variable rather than pszFileName. We do this 495 // because the container does not always display the full path file name. 499 496 500 497 pfi = pfi->pNextFieldInfo; … … 502 499 pfi->flTitle = CFA_CENTER; 503 500 pfi->pTitleData = GetPString(IDS_FILENAME); 504 pfi->offStruct = FIELDOFFSET(CNRITEM, psz FileName);501 pfi->offStruct = FIELDOFFSET(CNRITEM, pszDisplayName); 505 502 506 503 // Fill in column information for the longname.
Note:
See TracChangeset
for help on using the changeset viewer.