diff org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/internal/gdip/native.d @ 18:735224fcc45f

redirected all printings to DwtLogger
author Frank Benoit <benoit@tionex.de>
date Wed, 18 Mar 2009 09:57:53 +0100
parents 6dd524f61e62
children 4642ab680468
line wrap: on
line diff
--- a/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/internal/gdip/native.d	Wed Mar 18 09:09:23 2009 +0100
+++ b/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/internal/gdip/native.d	Wed Mar 18 09:57:53 2009 +0100
@@ -1681,11 +1681,11 @@
         foreach( inout s; symbols ){
             *s.symbol = lib.getSymbol( s.name.ptr );
             if( s.symbol is null ){
-                getDwtLogger.error("gdiplus.dll: Symbol '{}' not found", s.name );
+                getDwtLogger.error( __FILE__, __LINE__, "gdiplus.dll: Symbol '{}' not found", s.name );
             }
         }
     } else {
-        getDwtLogger.error("Could not load the library gdiplus.dll");
+        getDwtLogger.error( __FILE__, __LINE__, "Could not load the library gdiplus.dll");
     }
 }