Changeset 3730

Show
Ignore:
Timestamp:
11/20/07 13:47:22 (1 year ago)
Author:
ed
Message:

Doh! This fixes a typo that got made between testing and commit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ide/ClassDesignerControlMixin.py

    r3726 r3730  
    782782        spinnerProps = {"Max": {"type" : int, "readonly" : False}, 
    783783                "Min": {"type" : int, "readonly" : False}, 
    784                 "SpinnerWrap": {"type" : bool, "readonly" : False}]
     784                "SpinnerWrap": {"type" : bool, "readonly" : False}
    785785        textProps = {"Alignment": {"type": list, "readonly": False, 
    786786                    "values": ["Left", "Center", "Right"]},