# HG changeset patch # User rsaid # Date 1259879050 21600 # Node ID 4e541099c2ab4d7234f7273c9df6acf8e28bc197 # Parent c43ac80c8d32c757bd2182e03f449f0da88fbe65 Added NLS "none localized string" comments to the new lines diff -r c43ac80c8d32 -r 4e541099c2ab 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 12:04:42 2009 -0600 +++ b/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/ui/EmulationMainTab.java Thu Dec 03 16:24:10 2009 -0600 @@ -109,13 +109,13 @@ gd.horizontalSpan = 2; hostLabel.setLayoutData(gd); hostLabel.setToolTipText(Messages.getString("EmulationMainTab.3")); //$NON-NLS-1$ - hostLabel.setData(".uid", "EmulationMainTab.hostLabel"); + hostLabel.setData(".uid", "EmulationMainTab.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", "EmulationMainTab.hostText"); + hostText.setData(".uid", "EmulationMainTab.hostText"); //$NON-NLS-1$ //$NON-NLS-2$ hostText.addModifyListener(new ModifyListener() { public void modifyText(ModifyEvent evt) { @@ -124,7 +124,7 @@ }); hostBrowse = createPushButton(projComp, Messages.getString("EmulationMainTab.4"), null); //$NON-NLS-1$ - hostBrowse.setData(".uid", "EmulationMainTab.hostBrowse"); + hostBrowse.setData(".uid", "EmulationMainTab.hostBrowse"); //$NON-NLS-1$ //$NON-NLS-2$ hostBrowse.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent evt) { FileDialog dialog = new FileDialog(getShell(), SWT.NONE);