Skip to content

Commit

Permalink
Invalid image for license agreement data #1042
Browse files Browse the repository at this point in the history
Add "icons" segment

Signed-off-by: Alexander Fedorov <[email protected]>
  • Loading branch information
ruspl-afed committed Feb 20, 2022
1 parent 08346a1 commit cf33e78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ protected void addContentTypePropertyDescriptor(Object object) {
public Object getImage(Object object) {
try {
return overlayImage(object,
new URL("platform:/plugin/org.eclipse.passage.lic.agreements.edit/full/obj16/agreement.png")); //$NON-NLS-1$
new URL("platform:/plugin/org.eclipse.passage.lic.agreements.edit/icons/full/obj16/agreement.png")); //$NON-NLS-1$
} catch (MalformedURLException e) {
return overlayImage(object, getResourceLocator().getImage("full/obj16/license.png")); //$NON-NLS-1$
}
Expand Down

0 comments on commit cf33e78

Please sign in to comment.