Changeset 724 for trunk/dll/collect.c
- Timestamp:
- Jul 6, 2007, 12:14:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/collect.c
r705 r724 36 36 12 May 07 SHL Use dcd->ulItemsToUnHilite 37 37 10 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit 38 05 Jul 07 SHL CollectorCnrWndProc: just warn if busy 38 39 39 40 ***********************************************************************/ … … 1708 1709 1709 1710 case IDM_GREP: 1710 if (dcd->amextracted) 1711 Runtime_Error(pszSrcFile, __LINE__, "busy"); 1711 if (dcd->amextracted) { 1712 saymsg(MB_OK | MB_ICONASTERISK, 1713 hwnd, 1714 GetPString(IDS_WARNINGTEXT), 1715 "Collector busy - please try again later"); 1716 } 1712 1717 else { 1713 1718 if (WinDlgBox(HWND_DESKTOP, hwnd, GrepDlgProc, … … 2256 2261 ULONG action = UM_ACTION; 2257 2262 2258 2259 2263 li = DoFileDrop(hwnd, NULL, TRUE, mp1, mp2); 2264 CheckPmDrgLimit(((PCNRDRAGINFO)mp2)->pDragInfo); 2260 2265 if (li) { 2261 2266 if (!*li->targetpath) {
Note:
See TracChangeset
for help on using the changeset viewer.