Explorar el Código

CustHttpApp.pp has no resource strings

git-svn-id: trunk@23242 -
pierre hace 12 años
padre
commit
cd0c8a173e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;