dialog button text: uppercase

This commit is contained in:
Kirill Likhodedov
2012-10-17 20:28:32 +04:00
parent 88bb1a7caf
commit 128baedaa9
@@ -60,7 +60,7 @@ public class GitCrlfDialog extends DialogWrapper {
@Override
protected Action[] createActions() {
return new Action[] { getOKAction(), getCancelAction(), new DialogWrapperExitAction("Commit as Is", DONT_SET) };
return new Action[] { getOKAction(), getCancelAction(), new DialogWrapperExitAction("Commit As Is", DONT_SET) };
}
@Override