Changeset 835
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/dll/arccnrs.c
r814 r835 1562 1562 if (IsFile(filename) == 1) { 1563 1563 if (fViewChild && fArcStuffVisible) 1564 DosSleep( 50); //05 Aug 07 GKY 100// Allow unzip session to finish closing 14 Mar 07 SHL1564 DosSleep(100); // Allow unzip session to finish closing 14 Mar 07 SHL 1565 1565 WinSendMsg(dcd->hwndCnr, UM_ENTER, MPFROMP(filename), MPVOID); 1566 1566 }  - 
      
trunk/dll/dircnrs.c
r814 r835 2230 2230 case IDM_MKDIR: 2231 2231 { 2232 PCNRITEM pci;2233 2234 pci = (PCNRITEM) CurrentRecord(hwnd);2232 // PCNRITEM pci; 2233 2234 // pci = (PCNRITEM) CurrentRecord(hwnd); 2235 2235 PMMkDir(dcd->hwndParent, 2236 ((pci && (INT) pci != -1) ? 2237 pci->pszFileName : dcd->directory), FALSE); 2236 (dcd->directory), FALSE); 2238 2237 } 2239 2238 break;  - 
      
trunk/dll/fm3dll.h
r834 r835 60 60 19 Aug 07 SHL Move FILESTOGET_MIN/MAX here 61 61 19 Aug 07 SHL Update SaveDirCnrState return 62 21 Aug 07 GKY Make Subject column in dircnr sizable and movable from the rig thto the left pane63 01 Sep 07 GKY Add xDosSetPathInfo to fix case where FS3 buffer crosses 64k bound ry62 21 Aug 07 GKY Make Subject column in dircnr sizable and movable from the right to the left pane 63 01 Sep 07 GKY Add xDosSetPathInfo to fix case where FS3 buffer crosses 64k boundary 64 64 65 65 ***********************************************************************/  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  