diff dwt/internal/Compatibility.d @ 130:3d4579727e0e

Fixes #2 and #3
author Jacob Carlborg <doob@me.com>
date Tue, 10 Feb 2009 21:01:24 +0100
parents 38807a925e24
children 03fac5984741
line wrap: on
line diff
--- a/dwt/internal/Compatibility.d	Sun Jan 18 18:39:46 2009 +0100
+++ b/dwt/internal/Compatibility.d	Tue Feb 10 21:01:24 2009 +0100
@@ -296,7 +296,7 @@
     proc.execute;
 }
 
-const ImportData[] SWTMessagesBundleData = [
+const ImportData[] SWTMessagesBundleData = [/*
     getImportData!( "swt.internal.SWTMessages.properties" ),
     getImportData!( "swt.internal.SWTMessages_ar.properties" ),
     getImportData!( "swt.internal.SWTMessages_cs.properties" ),
@@ -322,7 +322,7 @@
     getImportData!( "swt.internal.SWTMessages_zh_HK.properties" ),
     getImportData!( "swt.internal.SWTMessages_zh.properties" ),
     getImportData!( "swt.internal.SWTMessages_zh_TW.properties" )
-];
+*/];
 
 private static ResourceBundle msgs = null;