Skip to content

Commit 2c0cd3d

Browse files
committed
AllIcons.Actions
1 parent 3af1098 commit 2c0cd3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/icons/TsIcons.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import javax.swing.Icon
77

88
object TsIcons
99
{
10-
val Run = AllIcons.General.Run
11-
val Debug = AllIcons.General.Debug
10+
val Run = AllIcons.Actions.Execute
11+
val Debug = AllIcons.Actions.StartDebugger
1212

1313
//val Run = IconLoader.getIcon("/actions/execute.png")
1414
//val Debug = IconLoader.getIcon("/actions/startDebugger.png")

0 commit comments

Comments
 (0)