Changeset 4430

Show
Ignore:
Timestamp:
08/21/08 09:57:19 (3 months ago)
Author:
ed
Message:

Fixed a typo that somehow didn't affect the Mac version.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/ui/uiwx/dComboBox.py

    r4429 r4430  
    5454        evt.Skip() 
    5555        if self.AppendOnEnter: 
    56             txt = evt.GetValue() 
     56            txt = evt.GetString() 
    5757            if txt not in self.Choices: 
    5858                self._textToAppend = txt