diff examples/clipboard/ClipboardExample.d @ 161:eb84f9418bbf

Change module names to this not have examples in the FQN.
author Frank Benoit <benoit@tionex.de>
date Mon, 01 Sep 2008 22:24:27 +0200
parents ae94c6a65f9e
children
line wrap: on
line diff
--- a/examples/clipboard/ClipboardExample.d	Fri Aug 22 20:58:23 2008 +0200
+++ b/examples/clipboard/ClipboardExample.d	Mon Sep 01 22:24:27 2008 +0200
@@ -10,7 +10,7 @@
  * D Port:
  *     Jesse Phillips <Jesse.K.Phillips+D> gmail.com
  *******************************************************************************/
-module examples.clipboard.ClipboardExample;
+module clipboard.ClipboardExample;
 
 import dwt.DWT;
 import dwt.custom.ScrolledComposite;