Place the Find Remote Usages action right under the Find Usages action
authorJan Lahoda <jlahoda@netbeans.org>
Tue, 10 Jul 2012 18:48:12 +0200
changeset 821d2b605cfb8be
parent 820 8da9324c7f96
child 822 77592a5f7e76
Place the Find Remote Usages action right under the Find Usages action
remoting/ide/usages/src/org/netbeans/modules/jackpot30/ide/usages/RemoteUsages.java
     1.1 --- a/remoting/ide/usages/src/org/netbeans/modules/jackpot30/ide/usages/RemoteUsages.java	Tue Jul 10 18:00:55 2012 +0200
     1.2 +++ b/remoting/ide/usages/src/org/netbeans/modules/jackpot30/ide/usages/RemoteUsages.java	Tue Jul 10 18:48:12 2012 +0200
     1.3 @@ -104,7 +104,7 @@
     1.4  id = "org.netbeans.modules.jackpot30.ide.usages.RemoteUsages")
     1.5  @ActionRegistration(displayName = "#CTL_RemoteUsages")
     1.6  @ActionReferences({
     1.7 -    @ActionReference(path = "Menu/Edit", position = 2350)
     1.8 +    @ActionReference(path = "Menu/Edit", position = 2250)
     1.9  })
    1.10  @Messages("CTL_RemoteUsages=Find Remote Usages...")
    1.11  public final class RemoteUsages implements ActionListener {