Changeset 224

Show
Ignore:
Timestamp:
01/10/07 19:19:49 (2 years ago)
Author:
Ant
Message:

made use of 'new' button on target necessary to create new targets

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/leds/ProjectTargetUI.d

    r206 r224  
    286286            addPUIS(new String(pName)); 
    287287        } 
    288         comboBox = new ComboBoxEntry(); 
     288        comboBox = new ComboBox(); 
    289289        comboBox.addOnChanged(&comboBoxChanged); 
    290290