fix title (IDEA-154942)

This commit is contained in:
Anna.Kozlova
2016-04-19 20:29:06 +02:00
parent 2dead05e6b
commit 46e9be0524
@@ -150,6 +150,7 @@ public class DeleteHandler {
}
};
if (needConfirmation) {
dialog.setTitle(RefactoringBundle.message("delete.title"));
if (!dialog.showAndGet() || exit.get()) {
return;
}