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:
parent
62da4586ac
commit
3caff1dc71
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue