[IFT] Fix restart icon in Python Debug lesson

IJ-CR-103403

GitOrigin-RevId: 9b97222aa75d755aea1f8018f5548d301cac0f36
This commit is contained in:
Alexey Merkulov
2023-02-17 20:36:03 +01:00
committed by intellij-monorepo-bot
parent a9fa41a46a
commit bc6abbde05

View File

@@ -67,7 +67,7 @@ class PythonDebugLesson : CommonDebugLesson("python.debug.workflow") {
sessionPaused = false
}
proposeModificationRestore(afterFixText)
PythonLessonsBundle.message("python.debug.workflow.rerun", icon(AllIcons.Actions.Restart), action(it))
PythonLessonsBundle.message("python.debug.workflow.rerun", icon(AllIcons.Actions.RestartDebugger), action(it))
}
task {