Ignore:
Timestamp:
Mar 29, 2000, 5:24:08 PM (25 years ago)
Author:
cbratschi
Message:

onopen fix, FindFirstFileMultiA, "shell.dll" icon fix, load exe icons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/shlfolder.cpp

    r3257 r3271  
    1 /* $Id: shlfolder.cpp,v 1.11 2000-03-28 15:28:53 cbratschi Exp $ */
     1/* $Id: shlfolder.cpp,v 1.12 2000-03-29 15:24:06 cbratschi Exp $ */
    22/*
    33 * Shell Folder stuff
     
    17211721     psd->cxChar = DesktopSFHeader[iColumn].cxChar;
    17221722     psd->str.uType = STRRET_CSTRA;
     1723     psd->str.u.cStr[0] = 0;
    17231724     LoadStringA(shell32_hInstance, DesktopSFHeader[iColumn].colnameid, psd->str.u.cStr, MAX_PATH);
    17241725     return S_OK;
     
    17261727   else
    17271728   {
     1729     psd->str.u.cStr[0] = 0;
    17281730     /* the data from the pidl */
    17291731     switch(iColumn)
Note: See TracChangeset for help on using the changeset viewer.