diff options
Diffstat (limited to 'graphics/lazpaint/files/patch-lazpaint_ubrowseimages.pas')
-rw-r--r-- | graphics/lazpaint/files/patch-lazpaint_ubrowseimages.pas | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/lazpaint/files/patch-lazpaint_ubrowseimages.pas b/graphics/lazpaint/files/patch-lazpaint_ubrowseimages.pas new file mode 100644 index 000000000000..72c7cf11c50d --- /dev/null +++ b/graphics/lazpaint/files/patch-lazpaint_ubrowseimages.pas @@ -0,0 +1,11 @@ +--- lazpaint/ubrowseimages.pas 2018-04-25 23:50:38.459232000 -0500 ++++ lazpaint/ubrowseimages.pas 2018-04-25 23:50:47.539703000 -0500 +@@ -7,7 +7,7 @@ + uses + Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, + ComCtrls, ExtCtrls, Buttons, StdCtrls, BGRAVirtualScreen, BGRABitmap, +- BGRABitmapTypes, BGRAAnimatedGif, UMySLV, LazPaintType, Masks, LCLType; ++ BGRABitmapTypes, BGRAAnimatedGif, UMySLV, LazPaintType, Masks, LCLType, LazFileUtils; + + const + MaxIconCacheCount = 512; |