Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit ab00443

Browse files
committed
Migrate
1 parent e2fb094 commit ab00443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/intellij-plugin/src/Icons.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ import com.intellij.openapi.util.IconLoader
1313
import javax.swing.Icon
1414

1515
object Icons {
16-
val CommandDeclaration: Icon = IconLoader.getIcon("/icons/commandDeclaration.svg")
17-
val PluginMainDeclaration: Icon = IconLoader.getIcon("/icons/pluginMainDeclaration.png")
16+
val CommandDeclaration: Icon = IconLoader.getIcon("/icons/commandDeclaration.svg", Icons::class.java)
17+
val PluginMainDeclaration: Icon = IconLoader.getIcon("/icons/pluginMainDeclaration.png", Icons::class.java)
1818
}

0 commit comments

Comments
 (0)