Changeset 739 for trunk/dll/comp.c


Ignore:
Timestamp:
Jul 24, 2007, 6:06:59 AM (18 years ago)
Author:
Steven Levine
Message:

More ticket #24 updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/comp.c

    r731 r739  
    10261026          pcir->hwndCnr = hwndRight;
    10271027          //pcir->pszFileName = pcir->szFileName;
     1028          // 23 Jul 07 SHL fixme to set pszIcon after pszFileName allocated
     1029          // 23 Jul 07 SHL fixme to set pszLongName after pszFileName allocated
    10281030          pcir->rc.pszIcon = pcir->pszFileName;
    10291031          pcir->rc.hptrIcon = (HPOINTER) 0;
     1032          pcir->pszDisplayName = NULL;  // Not used here
    10301033          //pcir->pszSubject = pcir->szSubject;
    10311034          //pcir->pszLongname = pcir->szLongname;
     
    10361039          pcil->rc.hptrIcon = (HPOINTER) 0;
    10371040          pcil->pszDispAttr = pcil->szDispAttr;
     1041          pcil->pszDisplayName = NULL;  // Not used here
    10381042          //pcil->pszSubject = pcil->szSubject;
    10391043          //pcil->pszLongname = pcil->szLongname;
Note: See TracChangeset for help on using the changeset viewer.