Changeset 1360 for trunk/dll/misc.c
- Timestamp:
- Dec 28, 2008, 9:35:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/misc.c
r1358 r1360 52 52 23 Aug 08 GKY Add CheckDriveSpaceAvail To pre check drive space to prevent failures 53 53 25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis 54 28 Dec 08 GKY Check for LVM.EXE and remove Refresh removable media menu item as appropriate 54 55 55 56 ***********************************************************************/ … … 1729 1730 MPFROM2SHORT(IDM_OBJECTSUBMENU, TRUE), MPVOID); 1730 1731 } 1732 if (!fLVM) 1733 WinSendMsg(TreeMenu, MM_DELETEITEM, 1734 MPFROM2SHORT(IDM_REFRESHREMOVABLES, TRUE), MPVOID); 1731 1735 } 1732 1736 else if (hwndMenu == &ArcMenu) { … … 1758 1762 MPFROM2SHORT(IDM_OBJECTSUBMENU, TRUE), MPVOID); 1759 1763 } 1764 if (!fLVM) 1765 WinSendMsg(FileMenu, MM_DELETEITEM, 1766 MPFROM2SHORT(IDM_REFRESHREMOVABLES, TRUE), MPVOID); 1760 1767 } 1761 1768 else if (hwndMenu == &DirCnrMenu) { … … 1769 1776 else if (hwndMenu == &TreeCnrMenu) { 1770 1777 WinSetWindowUShort(TreeCnrMenu, QWS_ID, IDM_VIEWSMENU); 1771 SetConditionalCascade(TreeCnrMenu, IDM_PARTITIONSMENU, IDM_PARTITION); 1778 if (!fLVM) 1779 WinSendMsg(TreeCnrMenu, MM_DELETEITEM, 1780 MPFROM2SHORT(IDM_REFRESHREMOVABLES, TRUE), MPVOID); 1772 1781 } 1773 1782 else if (hwndMenu == &ArcCnrMenu) {
Note:
See TracChangeset
for help on using the changeset viewer.