Changeset 917 for trunk/dll/treecnr.c
- Timestamp:
- Jan 11, 2008, 10:41:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/treecnr.c
r908 r917 43 43 26 Aug 07 SHL Revert to DosSleep(0) 44 44 22 Nov 07 GKY Use CopyPresParams to fix presparam inconsistencies in menus 45 10 Jan 08 SHL Sync with CfgDlgProc mods 45 46 46 47 ***********************************************************************/ … … 2374 2375 case IDM_NOTEBOOK: 2375 2376 if (!ParentIsDesktop(dcd->hwndParent, dcd->hwndParent)) 2376 PostMsg(dcd->hwndParent, msg, mp1, mp2); 2377 else 2378 WinDlgBox(HWND_DESKTOP, hwnd, CfgDlgProc, FM3ModHandle, 2379 CFG_FRAME, MPFROMP("Tree")); 2377 PostMsg(dcd->hwndParent, msg, MPFROMLONG(IDM_TREECNRSETTINGS), mp2); 2378 else { 2379 WinDlgBox(HWND_DESKTOP, 2380 hwnd, 2381 CfgDlgProc, 2382 FM3ModHandle, 2383 CFG_FRAME, 2384 MPFROMLONG(IDM_TREECNRSETTINGS)); 2385 } 2380 2386 break; 2381 2387
Note:
See TracChangeset
for help on using the changeset viewer.