GUIs.Common: Add Legacy File Properties to context menu

This commit is contained in:
Jonathan Jenne
2020-12-15 13:22:42 +01:00
parent a5075cc7f4
commit acbd5c82be
4 changed files with 81 additions and 25 deletions

View File

@@ -598,7 +598,7 @@ Public Class frmDocumentResultList
e.Menu.Items.Clear()
For Each oItem In oMenu.GetMenuItems()
For Each oItem In oMenu.GetMenuItems(_IsLegacy)
e.Menu.Items.Add(oItem)
Next
End If