mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Cleanup (warnings)
GitOrigin-RevId: e10c2e2d96c221aca9dfef398e5af79f1812e340
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2f6dd4f5b0
commit
e881d0a3d3
@@ -36,7 +36,7 @@ public class ProjectWizardUtil {
|
||||
if (promptUser) {
|
||||
String ide = ApplicationNamesInfo.getInstance().getFullProductName();
|
||||
String message = JavaUiBundle.message("prompt.project.wizard.directory.does.not.exist", promptPrefix, dir, ide);
|
||||
int answer = Messages.showOkCancelDialog(message, JavaUiBundle.message("title.directory.does.not.exist"), Messages.getQuestionIcon());
|
||||
int answer = Messages.showOkCancelDialog(message, JavaUiBundle.message("title.directory.does.not.exist"), IdeBundle.message("button.create"), IdeBundle.message("button.cancel"), Messages.getQuestionIcon());
|
||||
if (answer != Messages.OK) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user