Changeset 618 for trunk/dll/assoc.c
- Timestamp:
- Apr 20, 2007, 9:19:03 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/assoc.c
r552 r618 12 12 10 Sep 06 GKY Add Move to last, Okay adds if new, Replace Current in Listbox Dialog 13 13 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 15 16 16 17 **************************************************************************************/ … … 74 75 DrawTargetEmphasis(hwnd, emphasized); 75 76 } 76 if (AcceptOneDrop( mp1, mp2))77 if (AcceptOneDrop(hwnd, mp1, mp2)) 77 78 return MRFROM2SHORT(DOR_DROP, DO_MOVE); 78 79 return MRFROM2SHORT(DOR_NEVERDROP, 0); … … 97 98 DrawTargetEmphasis(hwnd, emphasized); 98 99 } 99 if (GetOneDrop( mp1, mp2, szFrom, CCHMAXPATH)) {100 if (GetOneDrop(hwnd, mp1, mp2, szFrom, CCHMAXPATH)) { 100 101 strcat(szFrom, " %a"); 101 102 WinSetWindowText(hwnd, szFrom);
Note:
See TracChangeset
for help on using the changeset viewer.