Changeset 917 for trunk/dll/arccnrs.c
- Timestamp:
- Jan 11, 2008, 10:41:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r907 r917 49 49 22 Nov 07 GKY Use CopyPresParams to fix presparam inconsistencies in menus 50 50 30 Dec 07 GKY Use TestCDates for sort by date 51 10 Jan 08 SHL Sync with CfgDlgProc mods 51 52 52 53 ***********************************************************************/ … … 1466 1467 free(s); 1467 1468 if (IsFile(filename) == 1) { 1468 #if 1 // 06 Oct 07 SHL fixme to be gone - set to 0 for ticket #58 1469 #if 1 // 06 Oct 07 SHL fixme to be gone - set to 0 for ticket #58 testing 1469 1470 if (fViewChild && fArcStuffVisible) 1470 1471 DosSleep(100); // Allow unzip session to finish closing 14 Mar 07 SHL … … 2627 2628 case IDM_NOTEBOOK: 2628 2629 if (!ParentIsDesktop(dcd->hwndParent, dcd->hwndParent)) 2629 PostMsg(dcd->hwndParent, msg, mp1, mp2);2630 else 2630 PostMsg(dcd->hwndParent, msg, MPFROMLONG(IDM_ARCHIVERSETTINGS), mp2); 2631 else { 2631 2632 WinDlgBox(HWND_DESKTOP, 2632 2633 hwnd, 2633 CfgDlgProc, FM3ModHandle, CFG_FRAME, MPFROMP("Archive")); 2634 CfgDlgProc, 2635 FM3ModHandle, 2636 CFG_FRAME, 2637 MPFROMLONG(IDM_ARCHIVERSETTINGS)); 2638 } 2634 2639 break; 2635 2640
Note:
See TracChangeset
for help on using the changeset viewer.