Changeset 739 for trunk/dll/comp.c
- Timestamp:
- Jul 24, 2007, 6:06:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/comp.c
r731 r739 1026 1026 pcir->hwndCnr = hwndRight; 1027 1027 //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 1028 1030 pcir->rc.pszIcon = pcir->pszFileName; 1029 1031 pcir->rc.hptrIcon = (HPOINTER) 0; 1032 pcir->pszDisplayName = NULL; // Not used here 1030 1033 //pcir->pszSubject = pcir->szSubject; 1031 1034 //pcir->pszLongname = pcir->szLongname; … … 1036 1039 pcil->rc.hptrIcon = (HPOINTER) 0; 1037 1040 pcil->pszDispAttr = pcil->szDispAttr; 1041 pcil->pszDisplayName = NULL; // Not used here 1038 1042 //pcil->pszSubject = pcil->szSubject; 1039 1043 //pcil->pszLongname = pcil->szLongname;
Note:
See TracChangeset
for help on using the changeset viewer.