From 11791cb13ab126d80696b791cd1e8d81857596ed Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Tue, 7 Jun 2016 11:47:53 +0000 Subject: [PATCH] tvplanit: Include component palette icons git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4679 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/tvplanit/source/vpreg.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/tvplanit/source/vpreg.pas b/components/tvplanit/source/vpreg.pas index 2347e08c5..42b8fdc4a 100644 --- a/components/tvplanit/source/vpreg.pas +++ b/components/tvplanit/source/vpreg.pas @@ -27,9 +27,9 @@ {* ***** END LICENSE BLOCK ***** *} {$I Vp.INC} { Compiler Version Defines } -{$IFNDEF LCL} +//{$IFNDEF LCL} {$R VpREG.RES} { Palette Glyphs } -{$ENDIF} +//{$ENDIF} unit VpReg; {Registration unit for the Visual PlanIt design-time interface}