Fix linear alphabet string errors

pull/1/head
Timothy Pearson 13 years ago
parent 56608290d1
commit a6ff5f396f

@ -136,7 +136,7 @@ class Page1:
squeeze.show ()
def restrict (self, which):
r = {0: "0123456789", 1: "ABCDEFGHIJKLMNOPTQRSTUVWXYZ", 2: "abcdefghijklmnopqrstuvwxyz"}
r = {0: "0123456789", 1: "ABCDEFGHIJKLMNOPQRSTUVWXYZ", 2: "abcdefghijklmnopqrstuvwxyz"}
self.restrictlineedit.setValidChars (r [which])
self.validLbl.setText ("Valid: " + self.restrictlineedit.validChars ().latin1 ())

Loading…
Cancel
Save