Changeset 1424 for trunk/dll/treecnr.c


Ignore:
Timestamp:
Jun 6, 2009, 9:16:12 PM (16 years ago)
Author:
Gregg Young
Message:

Show either file system type or drive label beside dirve letter in tree. (tickets 47 & 339)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.c

    r1411 r1424  
    816816      Runtime_Error(pszSrcFile, __LINE__, NULL);
    817817    else {
     818      while (StubbyScanCount != 0)
     819        DosSleep(50);
    818820      RemoveCnrItems(dcd->hwndCnr, NULL, 0, CMA_FREE | CMA_INVALIDATE | CMA_ERASE);
    819821      WinSendMsg(dcd->hwndCnr,
     
    822824                 CM_SCROLLWINDOW,
    823825                 MPFROMSHORT(CMA_HORIZONTAL), MPFROMLONG(-1));
    824          while (StubbyScanCount != 0)
    825             DosSleep(50);
    826826      FillTreeCnr(dcd->hwndCnr, dcd->hwndParent);
    827827      if (fOkayMinimize) {
Note: See TracChangeset for help on using the changeset viewer.