mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-128290 Allow cancelling directory creation if specified name contains dot
remove mnemonic from Cancel (IDEA-CR-3834)
This commit is contained in:
+1
-1
@@ -163,7 +163,7 @@ public class CreateDirectoryOrPackageHandler implements InputValidatorEx {
|
||||
"File Name Detected",
|
||||
"&Yes, create file",
|
||||
"&No, create " + (myIsDirectory ? "directory" : "packages"),
|
||||
"&Cancel",
|
||||
CommonBundle.getCancelButtonText(),
|
||||
fileType.getIcon());
|
||||
if (ec == Messages.CANCEL) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user