Changeset 953 for trunk/dll/collect.c
- Timestamp:
- Feb 16, 2008, 3:15:16 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/dll/collect.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/collect.c
r948 r953 44 44 10 Jan 08 SHL Sync with CfgDlgProc mods 45 45 10 Feb 08 GKY Implement bubble help for bitmap menu items 46 15 Feb 08 SHL Sync with settings menu rework 46 47 47 48 ***********************************************************************/ … … 69 70 #include "errutil.h" // Runtime_Error 70 71 #include "tmrsvcs.h" // ITIMER_DESC 72 #include "notebook.h" // CfgDlgProc 71 73 #include "fm3dll.h" 72 74 … … 1551 1553 break; 1552 1554 1553 case IDM_ NOTEBOOK:1555 case IDM_COLLECTORVIEWSETTINGS: 1554 1556 if (!ParentIsDesktop(dcd->hwndParent, dcd->hwndParent)) 1555 PostMsg(dcd->hwndParent, msg, MPFROMLONG(IDM_COLLECTOR SETTINGS), mp2);1557 PostMsg(dcd->hwndParent, msg, MPFROMLONG(IDM_COLLECTORVIEWSETTINGS), mp2); 1556 1558 else { 1557 1559 WinDlgBox(HWND_DESKTOP, … … 1560 1562 FM3ModHandle, 1561 1563 CFG_FRAME, 1562 MPFROMLONG(IDM_COLLECTOR SETTINGS));1564 MPFROMLONG(IDM_COLLECTORVIEWSETTINGS)); 1563 1565 } 1564 1566 break;
Note:
See TracChangeset
for help on using the changeset viewer.
