IDEA-128290 Allow cancelling directory creation if specified name contains dot

remove mnemonic from Cancel (IDEA-CR-3834)
This commit is contained in:
peter
2015-07-20 20:18:17 +02:00
parent bf87a7466a
commit eaa5d2a80b
@@ -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;