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

Commit

Permalink
Migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Dec 18, 2020
1 parent e2fb094 commit ab00443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/intellij-plugin/src/Icons.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ import com.intellij.openapi.util.IconLoader
import javax.swing.Icon

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

0 comments on commit ab00443

Please sign in to comment.