Show
Ignore:
Timestamp:
05/04/08 18:12:38 (8 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

reverted the char[] to String and use the an alias.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/graphics/ImageDataLoader.d

    r22 r212  
    1717 
    1818import dwt.graphics.ImageLoader; 
     19import dwt.dwthelper.utils; 
    1920 
    2021/** 
     
    2829    } 
    2930 
    30     public static ImageData[] load(char[] filename) { 
     31    public static ImageData[] load(String filename) { 
    3132        return (new ImageLoader()).load(filename); 
    3233    }