Changeset 12739
- Timestamp:
- 27.10.2009 14:18:20 (4 weeks ago)
- Files:
-
- 1 modified
-
trunk/GUI/HTkUtils.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/GUI/HTkUtils.hs
r12661 r12739 186 186 indicatorString i = case i of 187 187 LBIndicatorProved -> "[+]" 188 LBIndicatorProvedInconsistent -> "[ \215]" -- maybe \177 (±) is nicer188 LBIndicatorProvedInconsistent -> "[*]" 189 189 LBIndicatorDisproved -> "[-]" 190 190 LBIndicatorOpen -> "[ ]"