Changeset 593 for trunk/dll/dircnrs.c
- Timestamp:
- Mar 31, 2007, 9:13:59 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/dll/dircnrs.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dircnrs.c
r552 r593 21 21 15 Aug 06 SHL Rework warning message text 22 22 07 Jan 07 GKY Move error strings etc. to string file 23 30 Mar 07 GKY Remove GetPString for window class names 23 24 24 25 ***********************************************************************/ … … 2864 2865 li->type = WinDlgBox(HWND_DESKTOP, dcd->hwndParent, 2865 2866 DropListProc, FM3ModHandle, 2866 DND_FRAME, MPFROMP(&cl)); 2867 if (!li->type) { 2867 DND_FRAME, MPFROMP(&cl)); 2868 if (li->type == DID_ERROR) 2869 Win_Error(DND_FRAME, HWND_DESKTOP, pszSrcFile, __LINE__, 2870 "Drag & Drop Dialog"); 2871 if (!li->type) { 2868 2872 FreeListInfo(li); 2869 2873 return 0; 2870 2874 } 2871 2875 li->list = cl.list; 2872 if (!li->list || !li->list[0]) {2876 if (!li->list || !li->list[0]) { 2873 2877 FreeListInfo(li); 2874 2878 return 0; … … 3370 3374 WS_VISIBLE, 3371 3375 &FrameFlags, 3372 GetPString(IDS_WCDIRCONTAINER),3376 WC_DIRCONTAINER, 3373 3377 NULL, 3374 3378 WS_VISIBLE | fwsAnimate, … … 3432 3436 ids[6] = 0; 3433 3437 CommonCreateTextChildren(dcd->hwndClient, 3434 GetPString(IDS_WCDIRSTATUS), ids);3438 WC_DIRSTATUS, ids); 3435 3439 } 3436 3440 if (!PostMsg(dcd->hwndCnr, UM_SETUP, MPVOID, MPVOID))
Note:
See TracChangeset
for help on using the changeset viewer.
