Skip to content

Commit a7cfcbf

Browse files
author
Alex Johnson
committed
BUGFIX - Correct icon path in ConfigurationDialog to prevent java.lang.NullPointerException
1 parent 85d1654 commit a7cfcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/magento/idea/magento2uct/ui/ConfigurationDialog.form

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<properties>
115115
<enabled value="true"/>
116116
<font size="12"/>
117-
<icon value="general/information.png"/>
117+
<icon value="icons/information.png"/>
118118
<text value="To enable inspections in the real time, also enable inspections by path:"/>
119119
</properties>
120120
</component>

0 commit comments

Comments
 (0)