Changeset 466
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/fm3dll2.h
r451 r466 13 13 01 Nov 04 SHL Rename SKULL? defines to avoid rc issues 14 14 06 Jul 06 SHL Add Select Same Content support 15 23 Aug 06 SHL Comments15 31 Aug 06 JS Add partitioning menu items 16 16 17 17 ***********************************************************************/ … … 405 405 #define IDM_SETTARGET 1154 406 406 #define IDM_CLOSETRAY 1155 407 #define IDM_PARTITIONDF 1156 408 #define IDM_PARTITIONLVMG 1157 409 #define IDM_PARTITIONFD 1158 410 407 411 408 412 #define IDM_UTILITIESMENU 2000 … … 481 485 #define IDM_TILEBACKWARDS 3070 482 486 #define IDM_AUTOVIEWMLE 3071 487 #define IDM_PARTITIONSMENU 3072 488 483 489 484 490 #define IDM_DRIVESMENU 3899 -
trunk/dll/fm3res.rc
r410 r466 14 14 07 Jun 05 SHL Comments 15 15 29 Jul 06 SHL Drop duplicate icons 16 31 Aug 06 JS Add partitioning menu items 16 17 17 18 ***********************************************************************/ … … 960 961 MENUITEM "Remap drives...", IDM_REMAP 961 962 MENUITEM "", -1, MIS_SEPARATOR 962 MENUITEM "~Partition disks...", IDM_PARTITION 963 SUBMENU "~Partition disks", IDM_PARTITIONSMENU 964 BEGIN 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 969 END 963 970 MENUITEM "", -1, MIS_SEPARATOR 964 971 SUBMENU "Windows", IDM_WINDOWSMENU
Note:
See TracChangeset
for help on using the changeset viewer.