Changeset 593 for trunk/dll/collect.c
- Timestamp:
- Mar 31, 2007, 9:13:59 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/dll/collect.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/collect.c
r551 r593 30 30 31 Aug 06 SHL Disable Utilities->Seek and scan menu while busy 31 31 31 Aug 06 SHL Correct stop scan context menu enable/disable 32 30 Mar 07 GKY Remove GetPString for window class names 32 33 33 34 ***********************************************************************/ … … 2264 2265 li->type = WinDlgBox(HWND_DESKTOP, dcd->hwndParent, 2265 2266 DropListProc, FM3ModHandle, 2266 DND_FRAME, MPFROMP(&cl)); 2267 if (!li->type) { 2267 DND_FRAME, MPFROMP(&cl)); 2268 if (li->type == DID_ERROR) 2269 Win_Error(DND_FRAME, HWND_DESKTOP, pszSrcFile, __LINE__, 2270 "Drag & Drop Dialog"); 2271 if (!li->type) { 2268 2272 FreeListInfo(li); 2269 2273 return 0; 2270 2274 } 2271 2275 li->list = cl.list; 2272 if (!li->list || !li->list[0]) {2276 if (!li->list || !li->list[0]) { 2273 2277 FreeListInfo(li); 2274 2278 return 0; … … 2634 2638 WS_VISIBLE, 2635 2639 &FrameFlags, 2636 GetPString(IDS_WCCOLLECTOR),2640 WC_COLLECTOR, 2637 2641 NULL, 2638 2642 WS_VISIBLE | fwsAnimate, … … 2714 2718 2715 2719 CommonCreateTextChildren(dcd->hwndClient, 2716 GetPString(IDS_WCCOLSTATUS), ids);2720 WC_COLSTATUS, ids); 2717 2721 } 2718 2722 if (FrameFlags & FCF_SHELLPOSITION)
Note:
See TracChangeset
for help on using the changeset viewer.
