Changeset 917 for trunk/dll/collect.c
- Timestamp:
- Jan 11, 2008, 10:41:56 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/dll/collect.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/collect.c
r907 r917 42 42 26 Aug 07 GKY DosSleep(1) in loops changed to (0) 43 43 22 Nov 07 GKY Use CopyPresParams to fix presparam inconsistencies in menus 44 10 Jan 08 SHL Sync with CfgDlgProc mods 44 45 45 46 ***********************************************************************/ … … 1525 1526 case IDM_NOTEBOOK: 1526 1527 if (!ParentIsDesktop(dcd->hwndParent, dcd->hwndParent)) 1527 PostMsg(dcd->hwndParent, msg, mp1, mp2); 1528 else 1529 WinDlgBox(HWND_DESKTOP, hwnd, CfgDlgProc, FM3ModHandle, 1530 CFG_FRAME, MPFROMP("Collector")); 1528 PostMsg(dcd->hwndParent, msg, MPFROMLONG(IDM_COLLECTORSETTINGS), mp2); 1529 else { 1530 WinDlgBox(HWND_DESKTOP, 1531 hwnd, 1532 CfgDlgProc, 1533 FM3ModHandle, 1534 CFG_FRAME, 1535 MPFROMLONG(IDM_COLLECTORSETTINGS)); 1536 } 1531 1537 break; 1532 1538
Note:
See TracChangeset
for help on using the changeset viewer.
