Changeset 1360 for trunk/dll/treecnr.h


Ignore:
Timestamp:
Dec 28, 2008, 9:35:00 PM (17 years ago)
Author:
Gregg Young
Message:

Conditionally enable Refresh removable media and individual partition menu items based on availability of required tool in PATH. (Tickets 36 & 54)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.h

    r1213 r1360  
    1010
    1111  Change log
     12  28 Dec 08 GKY Check for LVM.EXE and remove Refresh removable media menu item as appropriate
     13  28 Dec 08 GKY Rework partition submenu to gray out unavailable items (check for existence of files)
     14                and have no default choice.
    1215
    1316***********************************************************************/
     
    3538extern BOOL fFollowTree;
    3639extern BOOL fTopDir;
     40extern BOOL fLVMGui;
     41extern BOOL fDFSee;
     42extern BOOL fFDisk;
     43extern BOOL fMiniLVM;
     44extern BOOL fLVM;
    3745extern HPOINTER hptrDunno;
    3846extern HWND hwndMainMenu;
Note: See TracChangeset for help on using the changeset viewer.