Changeset 1664 for trunk/dll/dircnrs.c
- Timestamp:
- Aug 5, 2012, 2:11:07 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dircnrs.c
r1571 r1664 81 81 entries in the tree container, fix related semaphore performance using 82 82 combination of event and mutex semaphores 83 04 Aug 12 GKY Changes to use Unlock to unlock files if Unlock.exe is in path both from menu/toolbar and as part of 84 copy, move and delete operations 83 85 84 86 ***********************************************************************/ … … 1722 1724 WinEnableMenuItem((HWND) mp2, IDM_ATTRS, TRUE); 1723 1725 } 1726 WinEnableMenuItem((HWND) mp2, IDM_UNLOCKFILE, fUnlock); 1724 1727 } 1725 1728 break; … … 1738 1741 WinEnableMenuItem((HWND) mp2, 1739 1742 IDM_SELECTCOMPAREMENU, 1740 1743 (CountDirCnrs(dcd->hwndParent) > 1)); 1741 1744 break; 1742 1745 … … 2620 2623 case IDM_COLLECTFROMFILE: 2621 2624 case IDM_UUDECODE: 2625 case IDM_UNLOCKFILE: 2622 2626 case IDM_MERGE: 2623 2627 {
Note:
See TracChangeset
for help on using the changeset viewer.