Changeset 835 for trunk/dll/arccnrs.c


Ignore:
Timestamp:
Sep 15, 2007, 1:41:08 AM (18 years ago)
Author:
Gregg Young
Message:

Make directory in directory containers always defaults to current directory; Increase DosSleep as temp fix for ticket 58; Fix typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r814 r835  
    15621562        if (IsFile(filename) == 1) {
    15631563          if (fViewChild && fArcStuffVisible)
    1564             DosSleep(50); //05 Aug 07 GKY 100 // Allow unzip session to finish closing 14 Mar 07 SHL
     1564            DosSleep(100); // Allow unzip session to finish closing 14 Mar 07 SHL
    15651565          WinSendMsg(dcd->hwndCnr, UM_ENTER, MPFROMP(filename), MPVOID);
    15661566        }
Note: See TracChangeset for help on using the changeset viewer.