# HG changeset patch # User rsaid # Date 1259878855 21600 # Node ID 63e37c7ede8c06b54bf89ba2910a4c793e6a6685 # Parent 85065f3cc0689e5a9f2520ee0c1322f29616bb01 Added UIDs for the host group diff -r 85065f3cc068 -r 63e37c7ede8c debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/ui/EmulationMainTab.java --- a/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/ui/EmulationMainTab.java Thu Dec 03 16:03:31 2009 -0600 +++ b/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/ui/EmulationMainTab.java Thu Dec 03 16:20:55 2009 -0600 @@ -109,11 +109,13 @@ gd.horizontalSpan = 2; hostLabel.setLayoutData(gd); hostLabel.setToolTipText(Messages.getString("EmulationMainTab.3")); //$NON-NLS-1$ + hostLabel.setData(".uid", "EmulatorMainTab.hostLabel"); //$NON-NLS-1$ //$NON-NLS-2$ hostText = new Text(projComp, SWT.SINGLE | SWT.BORDER); gd = new GridData(GridData.FILL_HORIZONTAL); hostText.setLayoutData(gd); hostText.setToolTipText(Messages.getString("EmulationMainTab.3")); //$NON-NLS-1$ + hostText.setData(".uid", "EmulatorMainTab.hostText"); //$NON-NLS-1$ //$NON-NLS-2$ hostText.addModifyListener(new ModifyListener() { public void modifyText(ModifyEvent evt) { @@ -122,6 +124,7 @@ }); hostBrowse = createPushButton(projComp, Messages.getString("EmulationMainTab.4"), null); //$NON-NLS-1$ + hostBrowse.setData(".uid", "EmulatorMainTab.hostBrowse"); //$NON-NLS-1$ //$NON-NLS-2$ hostBrowse.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent evt) {