'name' unnecessary for menu shadows.
authorJesse Glick <jglick@netbeans.org>
Thu, 21 Jul 2011 12:58:51 -0400
changeset 175352eb743154dea
parent 17534 3b8c2f160cea
child 17536 1107edd1766f
'name' unnecessary for menu shadows.
whichproject/src/org/netbeans/modules/whichproject/CloseUnrelatedAction.java
     1.1 --- a/whichproject/src/org/netbeans/modules/whichproject/CloseUnrelatedAction.java	Thu Jul 21 12:56:58 2011 -0400
     1.2 +++ b/whichproject/src/org/netbeans/modules/whichproject/CloseUnrelatedAction.java	Thu Jul 21 12:58:51 2011 -0400
     1.3 @@ -57,7 +57,7 @@
     1.4  @ActionRegistration(displayName = "#LBL_CloseAction")
     1.5  @ActionReferences(value = {
     1.6      @ActionReference(path = "Shortcuts", name = "CA-P"),
     1.7 -    @ActionReference(path = "Menu/File", name = "CloseUnrelatedAction", position = 1828, separatorAfter=1830)})
     1.8 +    @ActionReference(path = "Menu/File", position = 1828, separatorAfter=1830)})
     1.9  public class CloseUnrelatedAction extends WhichProjectAction {
    1.10      protected boolean processTc (TopComponent tc, boolean val) {
    1.11          if (!val) {