Skip to content

Commit

Permalink
Added 'Account' and 'New from clipboard' to General category
Browse files Browse the repository at this point in the history
In the New Wizard dialog
  • Loading branch information
goglepox committed Mar 6, 2012
1 parent 6b69f26 commit 55d6e13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/net.bioclipse.ui.business/plugin.xml
Expand Up @@ -24,7 +24,7 @@
icon="icons/pasteAsNew.png"
id="net.bioclipse.ui.business.wizards.NewFromClipboardWizard"
name="New from Clipboard"
category="net.bioclipse.ui" />
category="org.eclipse.ui.Basic" />
</extension>

<extension point="org.eclipse.ui.navigator.navigatorContent">
Expand Down
7 changes: 4 additions & 3 deletions plugins/net.bioclipse.usermanager/plugin.xml
Expand Up @@ -147,10 +147,11 @@
<extension
point="org.eclipse.ui.newWizards">
<wizard
id="net.bioclipse.usermanager.newAccountWizard"
category="org.eclipse.ui.Basic"
class="net.bioclipse.usermanager.NewAccountWizard"
name="Account"
hasPages="true">
hasPages="true"
id="net.bioclipse.usermanager.newAccountWizard"
name="Account">
</wizard>
</extension>

Expand Down

0 comments on commit 55d6e13

Please sign in to comment.