Changeset 47

Show
Ignore:
Timestamp:
03/04/08 15:13:21 (6 months ago)
Author:
Chris Miller
Message:

Exception -> DflException?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/win32/dfl/imagelist.d

    r46 r47  
    283283        _hil = imageListCreate(_w, _h, flags, _cimages._images.length, 4 + _cimages._images.length / 4); 
    284284        if(!_hil) 
    285             throw new Exception("Unable to create image list"); 
     285            throw new DflException("Unable to create image list"); 
    286286         
    287287        foreach(img; _cimages._images)