1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Fix missed id setting when combo selected.

This commit is contained in:
Ken Ryall 2006-12-08 23:45:14 +00:00
parent 62da4586ac
commit 3caff1dc71

View file

@ -330,6 +330,7 @@ public class ImportExecutablePageOne extends WizardPage {
}
public void widgetSelected(SelectionEvent e) {
supportedBinaryParsers[0] = instantiateBinaryParser(exts[binaryParserCombo.getSelectionIndex()]);
supportedBinaryParserIds[0] = exts[binaryParserCombo.getSelectionIndex()].getUniqueIdentifier();
if (selectSingleFile) {
String path = singleExecutablePathField.getText();
if (path.length() > 0)