Changeset 1357 for trunk/dll/dircnrs.c
- Timestamp:
- Dec 27, 2008, 12:57:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dircnrs.c
r1350 r1357 52 52 29 Nov 08 GKY Remove or replace with a mutex semaphore DosEnterCriSec where appropriate. 53 53 10 Dec 08 SHL Integrate exception handler support 54 26 Dec 08 GKY Fixed DROPHELP to check for copy as default is action is DO_DEFAULT 54 55 55 56 ***********************************************************************/ … … 2913 2914 else { 2914 2915 numitems = DrgQueryDragitemCount(pDInfo); 2915 usOperation = pDInfo->usOperation; 2916 usOperation = pDInfo->usOperation; 2917 if (usOperation == DO_DEFAULT) 2918 usOperation = fCopyDefault ? DO_COPY : DO_MOVE; 2916 2919 FreeDragInfoData(hwnd, pDInfo); 2917 2920 saymsg(MB_ENTER | MB_ICONASTERISK, … … 2925 2928 pci ? pci->pszFileName : NullStr, 2926 2929 pci ? " " : NullStr, 2927 GetPString((usOperation == DO_ COPY) ?2928 IDS_ COPYTEXT :2930 GetPString((usOperation == DO_MOVE) ? 2931 IDS_MOVETEXT : 2929 2932 (usOperation == DO_LINK) ? 2930 IDS_LINKTEXT : IDS_ MOVETEXT));2933 IDS_LINKTEXT : IDS_COPYTEXT)); 2931 2934 } 2932 2935 }
Note:
See TracChangeset
for help on using the changeset viewer.