Changeset 756 for trunk/dll/objcnr.c


Ignore:
Timestamp:
Aug 4, 2007, 1:33:52 AM (18 years ago)
Author:
Gregg Young
Message:

Cleanup for ticket 138 & 24

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/objcnr.c

    r752 r756  
    1616  22 Mar 07 GKY Use QWL_USER
    1717  01 Aug 07 SHL Rework to sync with CNRITEM mods
     18  03 Aug 07 GKY Enlarged and made setable everywhere Findbuf (speed file loading)
    1819
    1920***********************************************************************/
     
    109110      p = strrchr(pciP->pszFileName, '\\');
    110111      if (!p)
    111         pciP->pszFileName = pciP->pszFileName;
     112        pciP->pszDisplayName = pciP->pszFileName;
    112113      else if (*(p + 1))
    113114        p++;
Note: See TracChangeset for help on using the changeset viewer.