Skip to content

Commit

Permalink
Renamed UI commands for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
olas committed Mar 2, 2012
1 parent 0727ac3 commit cfe1663
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/net.bioclipse.ds.signatures/plugin.xml
Expand Up @@ -92,8 +92,8 @@
<menuContribution
locationURI="popup:net.bioclipse.chemoinformatics.popup.dataset?after=additions">
<command
commandId="net.bioclipse.ds.signatures.handlers.SignaturesDatasetFromSDF"
label="Signatures Dataset (Dense)">
commandId="net.bioclipse.ds.signatures.handlers.DenseSignaturesDatasetFromSDF"
label="Signatures (Dense)">

<visibleWhen>
<iterate operator="and" ifEmpty="false">
Expand All @@ -114,7 +114,7 @@
</command>
<command
commandId="net.bioclipse.ds.signatures.handlers.SparseSignaturesDatasetFromSDF"
label="Signatures Dataset (Sparse)">
label="Signatures (Sparse)">

<visibleWhen>
<iterate operator="and" ifEmpty="false">
Expand Down Expand Up @@ -162,7 +162,7 @@
<extension
point="org.eclipse.ui.commands">
<command
id="net.bioclipse.ds.signatures.handlers.SignaturesDatasetFromSDF"
id="net.bioclipse.ds.signatures.handlers.DenseSignaturesDatasetFromSDF"
defaultHandler="net.bioclipse.ds.signatures.handlers.DenseSignaturesDatasetFromSDF"
name="signatureDS">
</command>
Expand Down

0 comments on commit cfe1663

Please sign in to comment.