diff dwt/effects/Effect.d @ 126:38807a925e24

Fixed compile errors, support for SWT language files
author Jacob Carlborg <doob@me.com>
date Fri, 16 Jan 2009 23:35:40 +0100
parents 1a8b3cb347e0
children
line wrap: on
line diff
--- a/dwt/effects/Effect.d	Fri Jan 16 12:49:08 2009 +0100
+++ b/dwt/effects/Effect.d	Fri Jan 16 23:35:40 2009 +0100
@@ -7,8 +7,11 @@
  *
  * Contributors:
  *     IBM Corporation - initial API and implementation
+ *     
+ * Port to the D programming language:
+ *     Jacob Carlborg <doob@me.com>
  *******************************************************************************/
-module dwt.effects;
+module dwt.effects.Effect;
 
 import dwt.dwthelper.utils;