Merge change Idad5a0ab into eclair

* changes:
  SDK: Remove STOPSHIP keyword.
This commit is contained in:
Android (Google) Code Review
2009-10-14 15:16:28 -04:00

View File

@@ -91,7 +91,7 @@ public class PaletteComposite extends Composite {
gl.marginBottom = 2; gl.marginBottom = 2;
setLayout(gl); setLayout(gl);
/* STOPSHIP */ /* TODO: All this is TEMPORARY. */
Label l = new Label(this, SWT.NONE); Label l = new Label(this, SWT.NONE);
l.setText("*** PLACEHOLDER ***"); //$NON-NLS-1$ l.setText("*** PLACEHOLDER ***"); //$NON-NLS-1$
l.setToolTipText("Temporary mock for the palette. Needs to scroll, needs no buttons, needs to drag'n'drop."); //$NON-NLS-1$ l.setToolTipText("Temporary mock for the palette. Needs to scroll, needs no buttons, needs to drag'n'drop."); //$NON-NLS-1$