Changeset 466


Ignore:
Timestamp:
Sep 1, 2006, 3:01:32 AM (19 years ago)
Author:
root
Message:

31 Aug 06 JS Add partitioning menu items

Location:
trunk/dll
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3dll2.h

    r451 r466  
    1313  01 Nov 04 SHL Rename SKULL? defines to avoid rc issues
    1414  06 Jul 06 SHL Add Select Same Content support
    15   23 Aug 06 SHL Comments
     15  31 Aug 06 JS  Add partitioning menu items
    1616
    1717***********************************************************************/
     
    405405#define IDM_SETTARGET       1154
    406406#define IDM_CLOSETRAY       1155
     407#define IDM_PARTITIONDF       1156
     408#define IDM_PARTITIONLVMG   1157
     409#define IDM_PARTITIONFD       1158
     410
    407411
    408412#define IDM_UTILITIESMENU   2000
     
    481485#define IDM_TILEBACKWARDS   3070
    482486#define IDM_AUTOVIEWMLE     3071
     487#define IDM_PARTITIONSMENU 3072
     488
    483489
    484490#define IDM_DRIVESMENU      3899
  • trunk/dll/fm3res.rc

    r410 r466  
    1414  07 Jun 05 SHL Comments
    1515  29 Jul 06 SHL Drop duplicate icons
     16  31 Aug 06 JS  Add partitioning menu items
    1617
    1718***********************************************************************/
     
    960961  MENUITEM "Remap drives...",   IDM_REMAP
    961962  MENUITEM "",                  -1,                 MIS_SEPARATOR
    962   MENUITEM "~Partition disks...", IDM_PARTITION
     963  SUBMENU "~Partition disks", IDM_PARTITIONSMENU
     964BEGIN
     965        MENUITEM "~MiniLVM - eCS only" IDM_PARTITION
     966        MENUITEM "~DFSee - If installed in System Path"   IDM_PARTITIONDF
     967        MENUITEM "~LVMGUI" IDM_PARTITIONLVMG
     968        MENUITEM "~FDisk - Do not use on LVM systems" IDM_PARTITIONFD
     969END
    963970  MENUITEM "",                  -1,                 MIS_SEPARATOR
    964971  SUBMENU "Windows",            IDM_WINDOWSMENU
Note: See TracChangeset for help on using the changeset viewer.