diff dwt/internal/Compatibility.d @ 131:03fac5984741

Scrollbars fixed
author Jacob Carlborg <doob@me.com>
date Mon, 16 Mar 2009 22:38:50 +0100
parents 3d4579727e0e
children
line wrap: on
line diff
--- a/dwt/internal/Compatibility.d	Tue Feb 10 21:01:24 2009 +0100
+++ b/dwt/internal/Compatibility.d	Mon Mar 16 22:38:50 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;