Changeset 740
- Timestamp:
- Jul 29, 2007, 9:56:30 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/dll/arccnrs.c ¶
r739 r740 586 586 pai->flags = ARCFLAGS_REALDIR; 587 587 pai->pszFileName = xstrdup(fname,pszSrcFile, __LINE__); 588 // 23 Jul 07 SHL fixme to set pszDisplayName 589 // 23 Jul 07 SHL fixme to set pszIcon after pszFileName allocated 588 pai->pszDisplayName = pai->pszFileName; 589 pai->rc.pszIcon = pai->pszDisplayName; 590 590 if (fdate) 591 591 strcpy(pai->szDate, fdate);
Note:
See TracChangeset
for help on using the changeset viewer.