Changeset 98

Show
Ignore:
Timestamp:
10/28/07 20:24:12 (15 months ago)
Author:
verbosus
Message:

Automatic Text: fixed a typo, thanks Claudio!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • hacks/trunk/automatic_text.py

    r97 r98  
    6161                          'uppercase', STYLE_CHECKBOX, 'A through Z') 
    6262        self.d.AddControl(CHECKBOXCONTROL, Rect(180, 120, 310, 150),  
    63                           'numbers', STYLE_CHECKBOX, '0 thorugh 9') 
     63                          'numbers', STYLE_CHECKBOX, '0 through 9') 
    6464        self.d.AddControl(CHECKBOXCONTROL, Rect(50, 150, 80, 180),  
    6565                          'other', STYLE_CHECKBOX, '')