Changeset 12739

Show
Ignore:
Timestamp:
27.10.2009 14:18:20 (4 weeks ago)
Author:
maeder
Message:

use ASCII char * for inconsistent

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/GUI/HTkUtils.hs

    r12661 r12739  
    186186indicatorString i = case i of 
    187187  LBIndicatorProved      -> "[+]" 
    188   LBIndicatorProvedInconsistent -> "[\215]" -- maybe \177 (±) is nicer 
     188  LBIndicatorProvedInconsistent -> "[*]" 
    189189  LBIndicatorDisproved   -> "[-]" 
    190190  LBIndicatorOpen        -> "[ ]"