Update to 7-Zip Version 21.04

- first test... no release!!!
This commit is contained in:
Tino Reichardt
2021-11-06 22:17:34 +01:00
parent 0f6bcfd2ed
commit 09497b7ba0
152 changed files with 6166 additions and 1341 deletions
+25
View File
@@ -536,6 +536,31 @@ void CFileMenu::Load(HMENU hMenu, unsigned startPos)
disable = true;
}
}
if (isHashFolder)
{
switch (item.wID)
{
case IDM_OPEN:
case IDM_OPEN_INSIDE:
case IDM_OPEN_INSIDE_ONE:
case IDM_OPEN_INSIDE_PARSER:
case IDM_OPEN_OUTSIDE:
case IDM_FILE_VIEW:
case IDM_FILE_EDIT:
// case IDM_RENAME:
case IDM_COPY_TO:
case IDM_MOVE_TO:
// case IDM_DELETE:
case IDM_COMMENT:
case IDM_CREATE_FOLDER:
case IDM_CREATE_FILE:
case IDM_LINK:
case IDM_DIFF:
disable = true;
}
}
if (item.wID == IDM_LINK && numItems != 1)
disable = true;