diff org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet282.d @ 29:4e5843b771cc

First snippets buildable on windows
author Frank Benoit <benoit@tionex.de>
date Sun, 22 Mar 2009 19:55:00 +0100
parents 69b1fa94a4a8
children 536e43f63c81
line wrap: on
line diff
--- a/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet282.d	Sun Mar 22 15:17:04 2009 +0100
+++ b/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet282.d	Sun Mar 22 19:55:00 2009 +0100
@@ -46,7 +46,7 @@
     shell.setText("Clipboard ImageTransfer");
 
     Button imageButton = new Button(shell, SWT.NONE );
-    GridData gd = new GridData(SWT.FILL, DWT.FILL, true, true);
+    GridData gd = new GridData(SWT.FILL, SWT.FILL, true, true);
     gd.minimumHeight = 400;
     gd.minimumWidth = 600;
     imageButton.setLayoutData(gd);