mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix title (IDEA-154942)
This commit is contained in:
@@ -150,6 +150,7 @@ public class DeleteHandler {
|
||||
}
|
||||
};
|
||||
if (needConfirmation) {
|
||||
dialog.setTitle(RefactoringBundle.message("delete.title"));
|
||||
if (!dialog.showAndGet() || exit.get()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user