- Improved locating binaries etc.

This commit is contained in:
ccremers
2006-11-23 11:28:51 +00:00
parent ec9bf11719
commit 17f4f34d23
5 changed files with 55 additions and 53 deletions

View File

@@ -77,8 +77,8 @@ class SettingsWindow(wx.Panel):
### MISC expert stuff
grid.titleAdd("Advanced parameters")
# Bound on the number of classes/attacks
self.maxattacks = int(Preference.get('maxattacks','100'))
# Bound on the number of patterns
self.maxattacks = int(Preference.get('maxattacks','10'))
stname = Claim.stateDescription(True,2,False)
atname = Claim.stateDescription(False,2,False)
txt = "%s/%s" % (stname,atname)