Skip to content

Commit

Permalink
update names and structure
Browse files Browse the repository at this point in the history
  • Loading branch information
wodka committed Nov 2, 2014
1 parent d54df35 commit f26eaa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
<actions>
<action id="CreateSpecForClass"
class="at.ms07.phpspec.idea.plugin.action.CreateSpecForClassAction"
text="Create spec for class" icon="/pl/projectspace/idea/plugins/php/phpspec/icons/phpspec_16_16.png">
text="Create spec for class" icon="/at/ms07/phpspec/idea/plugin/icons/phpspec_16_16.png">
<add-to-group group-id="GenerateGroup" anchor="last"/>
</action>
<action id="OpenSpecForClass" class="at.ms07.phpspec.idea.plugin.action.PhpSpecSwitchContext"
icon="/pl/projectspace/idea/plugins/php/phpspec/icons/phpspec_16_16.png"
icon="/at/ms07/phpspec/idea/plugin/icons/phpspec_16_16.png"
text="Go to class spec">
<add-to-group group-id="GoToCodeGroup" anchor="last"/>
<add-to-group group-id="EditorPopupMenu.GoTo" anchor="last"/>
Expand Down

0 comments on commit f26eaa2

Please sign in to comment.