소스 검색

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"/>
 	<!--=======================================================-->