Changeset 740


Ignore:
Timestamp:
Jul 29, 2007, 9:56:30 PM (18 years ago)
Author:
Gregg Young
Message:

Fixed file name display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/dll/arccnrs.c

    r739 r740  
    586586                pai->flags = ARCFLAGS_REALDIR;
    587587              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;
    590590              if (fdate)
    591591                strcpy(pai->szDate, fdate);
Note: See TracChangeset for help on using the changeset viewer.