Changeset 1357 for trunk/dll/collect.c


Ignore:
Timestamp:
Dec 27, 2008, 12:57:18 AM (17 years ago)
Author:
Gregg Young
Message:

Fixed DROPHELP issues Tickets 320 & 324

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/collect.c

    r1335 r1357  
    5757                less than 10 KiB (It hangs and can't be closed)
    5858  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
    5960
    6061***********************************************************************/
     
    23612362          numitems = DrgQueryDragitemCount(pDInfo);
    23622363          usOperation = pDInfo->usOperation;
     2364          if (usOperation == DO_DEFAULT)
     2365            usOperation = fCopyDefault ? DO_COPY : DO_MOVE;
    23632366          FreeDragInfoData(hwnd, pDInfo);
    23642367          saymsg(MB_ENTER | MB_ICONASTERISK,
Note: See TracChangeset for help on using the changeset viewer.