Changeset 618 for trunk/dll/assoc.c


Ignore:
Timestamp:
Apr 20, 2007, 9:19:03 PM (18 years ago)
Author:
Steven Levine
Message:

Add more drag/drop error checking
Use FreeDragInfoData
Sync with NumItemsToUnhilite AcceptOneDrop GetOneDrop mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/assoc.c

    r552 r618  
    1212  10 Sep 06 GKY Add Move to last, Okay adds if new, Replace Current in Listbox Dialog
    1313  19 Oct 06 GKY Rework replace logic
    14   18 Feb 07 GKY Movw error messages etc to string file
     14  18 Feb 07 GKY Move error messages etc to string file
     15  19 Apr 07 SHL Sync with AcceptOneDrop GetOneDrop mods
    1516
    1617**************************************************************************************/
     
    7475      DrawTargetEmphasis(hwnd, emphasized);
    7576    }
    76     if (AcceptOneDrop(mp1, mp2))
     77    if (AcceptOneDrop(hwnd, mp1, mp2))
    7778      return MRFROM2SHORT(DOR_DROP, DO_MOVE);
    7879    return MRFROM2SHORT(DOR_NEVERDROP, 0);
     
    9798        DrawTargetEmphasis(hwnd, emphasized);
    9899      }
    99       if (GetOneDrop(mp1, mp2, szFrom, CCHMAXPATH)) {
     100      if (GetOneDrop(hwnd, mp1, mp2, szFrom, CCHMAXPATH)) {
    100101        strcat(szFrom, " %a");
    101102        WinSetWindowText(hwnd, szFrom);
Note: See TracChangeset for help on using the changeset viewer.