Skip to content

Commit

Permalink
Fix a bug - Actions for baserCMS are not shown #138
Browse files Browse the repository at this point in the history
  • Loading branch information
junichi11 committed Aug 20, 2017
1 parent 32e5fa1 commit 9ad27ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
lazy = false,
displayName = "#CTL_BaserCmsActionMenu")
@ActionReferences({
@ActionReference(path = "Projects/org-netbeans-modules-php-phpproject/Actions", position = 900)})
@ActionReference(path = "Projects/org-netbeans-modules-php-project/Actions", position = 900)})
@NbBundle.Messages("CTL_BaserCmsActionMenu=baserCMS")
public final class BaserCmsActionMenu extends AbstractAction implements Presenter.Popup {

Expand Down

0 comments on commit 9ad27ff

Please sign in to comment.