Skip to content

Commit

Permalink
Merge pull request #1044 from eclipse-passage/1042-2
Browse files Browse the repository at this point in the history
Invalid image for license agreement data #1042
  • Loading branch information
eparovyshnaya authored Feb 20, 2022
2 parents 08346a1 + cf33e78 commit 9d520b3
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 9d520b3

Please sign in to comment.