diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-08-07 07:07:36 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-08-07 07:07:36 +0000 |
commit | ba727a95e714f7b1aaaee90c8f41c45dbf67d266 (patch) | |
tree | de8dcd90e64392449ebf8d8baa9900074b12b872 /graphics/lazpaint/files/patch-lazpaint_umenu.pas | |
parent | - New port: editors/picpas (diff) |
- New port: graphics/lazpaint
LazPaint is an image editor with layers and transparency. It supports the
format OpenRaster so it can interoperate with MyPaint, Gimp and Krita
WWW: http://wiki.freepascal.org/LazPaint
Differential Revision: https://reviews.freebsd.org/D15241
Notes
Notes:
svn path=/head/; revision=476570
Diffstat (limited to 'graphics/lazpaint/files/patch-lazpaint_umenu.pas')
-rw-r--r-- | graphics/lazpaint/files/patch-lazpaint_umenu.pas | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/lazpaint/files/patch-lazpaint_umenu.pas b/graphics/lazpaint/files/patch-lazpaint_umenu.pas new file mode 100644 index 000000000000..eacee7c85619 --- /dev/null +++ b/graphics/lazpaint/files/patch-lazpaint_umenu.pas @@ -0,0 +1,11 @@ +--- lazpaint/umenu.pas 2018-04-25 23:45:43.826606000 -0500 ++++ lazpaint/umenu.pas 2018-04-25 23:46:07.106133000 -0500 +@@ -5,7 +5,7 @@ + interface + + uses +- Classes, SysUtils, ActnList, Forms, Menus, UTool, LCLType, ExtCtrls, UConfig; ++ Classes, SysUtils, ActnList, Forms, Menus, UTool, LCLType, ExtCtrls, UConfig, LazUTF8; + + type + |