mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 20:55:44 +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) {
|
public void widgetSelected(SelectionEvent e) {
|
||||||
supportedBinaryParsers[0] = instantiateBinaryParser(exts[binaryParserCombo.getSelectionIndex()]);
|
supportedBinaryParsers[0] = instantiateBinaryParser(exts[binaryParserCombo.getSelectionIndex()]);
|
||||||
|
supportedBinaryParserIds[0] = exts[binaryParserCombo.getSelectionIndex()].getUniqueIdentifier();
|
||||||
if (selectSingleFile) {
|
if (selectSingleFile) {
|
||||||
String path = singleExecutablePathField.getText();
|
String path = singleExecutablePathField.getText();
|
||||||
if (path.length() > 0)
|
if (path.length() > 0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue