- Moved okay status thing also to claims.

This commit is contained in:
ccremers
2006-08-11 09:58:20 +00:00
parent 11126dfa27
commit 2126cf01f4
2 changed files with 18 additions and 7 deletions

View File

@@ -381,10 +381,7 @@ class ResultWindow(wx.Frame):
else:
# new style text control Ok/Fail
rankc = cl.getColour()
if cl.okay:
rankt = "Ok"
else:
rankt = "Fail"
rankt = cl.getOkay()
txt = wx.StaticText(self,-1,rankt)
font = wx.Font(11,wx.NORMAL,wx.NORMAL,wx.BOLD)
txt.SetFont(font)