Skip to content

Commit

Permalink
Update CustomEditAction.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
acharneski committed Nov 18, 2024
1 parent 9cfd53b commit 406c2e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ open class CustomEditAction : SelectionAction<String>() {

override fun getConfig(project: Project?): String? {
return UITools.showInputDialog(
project as Component?,
null,
"Enter edit instruction:",
"Edit Code",
JOptionPane.QUESTION_MESSAGE
Expand Down

0 comments on commit 406c2e7

Please sign in to comment.