Merge pull request #3312 from millmanorama/911-tweak-menu/toolbar-items

remove toolbar button
This commit is contained in:
Richard Cordovano 2017-12-13 09:17:42 -05:00 committed by GitHub
commit 11a3f491f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,9 +41,7 @@ import org.openide.windows.WindowManager;
id = "org.sleuthkit.autopsy.communicationsVisualization.OpenCVTAction")
@ActionRegistration(displayName = "#CTL_OpenCVTAction", lazy = false)
@ActionReferences(value = {
@ActionReference(path = "Menu/Tools", position = 102)
, @ActionReference(path = "Toolbars/Case", position = 102)
})
@ActionReference(path = "Menu/Tools", position = 102)})
@Messages("CTL_OpenCVTAction=Communications")
public final class OpenCommVisualizationToolAction extends CallableSystemAction implements Presenter.Toolbar {