debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/wizard/TRKSISSelectionWizardPage.java
changeset 450 1925fa1be328
parent 0 fb279309251b
child 566 960058f9da89
child 569 369485fbe634
equal deleted inserted replaced
449:9a710b372c86 450:1925fa1be328
   111 			} else {
   111 			} else {
   112 				sisFile.select(0);
   112 				sisFile.select(0);
   113 			}
   113 			}
   114 
   114 
   115 			// listen for events so we can detect if they click on the link below and add new sis info.
   115 			// listen for events so we can detect if they click on the link below and add new sis info.
   116 			CoreModel.getDefault().getProjectDescriptionManager().addCProjectDescriptionListener(this, CProjectDescriptionEvent.DATA_APPLIED);
   116 			CoreModel.getDefault().getProjectDescriptionManager().addCProjectDescriptionListener(this, CProjectDescriptionEvent.APPLIED);
   117 
   117 
   118 			Link link = new Link(composite, SWT.NONE);
   118 			Link link = new Link(composite, SWT.NONE);
   119 			link.setText("<a>" + Messages.getString("TRKSISSelectionWizardPage.4") + "...</a>"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
   119 			link.setText("<a>" + Messages.getString("TRKSISSelectionWizardPage.4") + "...</a>"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
   120 			link.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 2, 1));
   120 			link.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 2, 1));
   121 			link.addSelectionListener(new SelectionAdapter() {
   121 			link.addSelectionListener(new SelectionAdapter() {