提交 040be0a6 编写于 作者: S Serge Rider

#11190 Change boolean [X] to [v]

上级 c138371a
......@@ -30,7 +30,7 @@ public class BooleanRenderer {
public enum Style {
CHECKBOX(true, "Checkboxes", "Unicode checkbox symbols", String.valueOf(CHAR_BOOL_NULL), String.valueOf(CHAR_BOOL_TRUE), String.valueOf(CHAR_BOOL_FALSE)),
TEXTBOX(true, "Textboxes", "ASCII checkbox symbols", DBConstants.NULL_VALUE_LABEL, "[X]", "[ ]"),
TEXTBOX(true, "Textboxes", "ASCII checkbox symbols", DBConstants.NULL_VALUE_LABEL, "[v]", "[ ]"),
ICON("Icons", "Checkbox icons"),
TRUE_FALSE(true, "True/False", "Textual representation", DBConstants.NULL_VALUE_LABEL, String.valueOf(true), String.valueOf(false)),
YES_NO(true, "Yes/No", "Localized textual representation", DBConstants.NULL_VALUE_LABEL, "yes", "no");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册