浏览代码

Fix BOOL PTYPE in examples.

git-svn-id: https://klish.googlecode.com/svn/trunk@190 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
Serj Kalichev 13 年之前
父节点
当前提交
7bfdeb5bdc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      xml-examples/types.xml

+ 1 - 0
xml-examples/types.xml

@@ -21,6 +21,7 @@
 	       help="String"/>
 	<!--=======================================================-->
 	<PTYPE name="BOOL"
+	    method="select"
 	    pattern="true(1) false(0)"
 	       help="Boolean choice"/>
 	<!--=======================================================-->