Changeset 737 for trunk/dll/misc.c


Ignore:
Timestamp:
Jul 24, 2007, 4:16:18 AM (18 years ago)
Author:
Steven Levine
Message:

More ticket #24 updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/misc.c

    r733 r737  
    2525  10 Jun 07 GKY Add IsFm2Window as part of work around PM drag limit
    2626  05 Jul 07 GKY Fix menu removals for WORKPLACE_PROCESS=YES
     27  23 Jul 07 SHL Sync with CNRITEM updates (ticket#24)
    2728
    2829***********************************************************************/
     
    491492
    492493    // 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.
    499496
    500497    pfi = pfi->pNextFieldInfo;
     
    502499    pfi->flTitle = CFA_CENTER;
    503500    pfi->pTitleData = GetPString(IDS_FILENAME);
    504     pfi->offStruct = FIELDOFFSET(CNRITEM, pszFileName);
     501    pfi->offStruct = FIELDOFFSET(CNRITEM, pszDisplayName);
    505502
    506503    // Fill in column information for the longname.
Note: See TracChangeset for help on using the changeset viewer.