Changeset 1357 for trunk/dll/collect.c
- Timestamp:
 - Dec 27, 2008, 12:57:18 AM (17 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/dll/collect.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/dll/collect.c
r1335 r1357 57 57 less than 10 KiB (It hangs and can't be closed) 58 58 10 Dec 08 SHL Integrate exception handler support 59 26 Dec 08 GKY Fixed DROPHELP to check for copy as default is action is DO_DEFAULT 59 60 60 61 ***********************************************************************/ … … 2361 2362 numitems = DrgQueryDragitemCount(pDInfo); 2362 2363 usOperation = pDInfo->usOperation; 2364 if (usOperation == DO_DEFAULT) 2365 usOperation = fCopyDefault ? DO_COPY : DO_MOVE; 2363 2366 FreeDragInfoData(hwnd, pDInfo); 2364 2367 saymsg(MB_ENTER | MB_ICONASTERISK,  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  