# HG changeset patch # User rsaid # Date 1259945450 21600 # Node ID 9f37d2767b88fe173b0cb907eaa6923571b9f0fa # Parent ea4660fdf0e423619e27308b2cec7b0564072ede Added uid for the "Remote Process to launch" control diff -r ea4660fdf0e4 -r 9f37d2767b88 debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/ui/RunModeMainTab.java --- a/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/ui/RunModeMainTab.java Fri Dec 04 10:35:58 2009 -0600 +++ b/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/ui/RunModeMainTab.java Fri Dec 04 10:50:50 2009 -0600 @@ -119,6 +119,7 @@ remoteLabel = new Label(projComp, SWT.NONE); remoteLabel.setText(Messages.getString("RunModeMainTab.2")); //$NON-NLS-1$ + remoteLabel.setData(".uid", "RunModeMainTab.remoteLabel"); //$NON-NLS-1$ //$NON-NLS-2$ gd = new GridData(); gd.horizontalSpan = 2; remoteLabel.setLayoutData(gd); @@ -128,6 +129,7 @@ gd = new GridData(GridData.FILL_HORIZONTAL); remoteText.setLayoutData(gd); remoteText.setToolTipText(Messages.getString("RunModeMainTab.3")); //$NON-NLS-1$ + remoteText.setData(".uid", "RunModeMainTab.remoteText"); //$NON-NLS-1$ //$NON-NLS-2$ remoteText.addModifyListener(new ModifyListener() { public void modifyText(ModifyEvent evt) {