Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added new icon for broswerProp
  • Loading branch information
olas committed Oct 25, 2012
1 parent 3d6f503 commit 6e51e4e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added plugins/net.bioclipse.ds/icons/expand.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -75,7 +75,7 @@ else if (item.getClassification()==ITestResult.ERROR)
if (name.equals("EXTENDED_IN_BROWSER")){
OpenBrowserPropertyDescriptor descriptor =
new OpenBrowserPropertyDescriptor(
category+"_EXTENDED", "More information", value);
category+"_EXTENDED", "_More information", value);
descriptor.setCategory(category);
getProperties().add(descriptor);
addToValueMap(category+"_EXTENDED", "Click for more information"); //Value is here a local URL
Expand Down
Expand Up @@ -45,7 +45,7 @@ public Image getImage(Object element) {

Image errorIcon = Activator.imageDescriptorFromPlugin(
net.bioclipse.ds.Activator.PLUGIN_ID,
"/icons/fatalerror.gif" ).createImage();
"/icons/expand.png" ).createImage();

return errorIcon;
}
Expand Down

0 comments on commit 6e51e4e

Please sign in to comment.