Browse Source

CustHttpApp.pp has no resource strings

git-svn-id: trunk@23242 -
pierre 12 năm trước cách đây
mục cha
commit
cd0c8a173e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/fcl-web/fpmake.pp

+ 1 - 1
packages/fcl-web/fpmake.pp

@@ -153,7 +153,7 @@ begin
     T:=P.Targets.AddUnit('fphttpclient.pp');
     T.ResourceStrings:=true;
     T:=P.Targets.AddUnit('custhttpapp.pp');
-    T.ResourceStrings:=true;
+    // T.ResourceStrings:=true;
     T:=P.Targets.AddUnit('fphttpapp.pp');
     T:=P.Targets.AddUnit('fpwebfile.pp');
     T.ResourceStrings:=true;