From 0f53b46503d2a12de0b03b9ded601689b455798b Mon Sep 17 00:00:00 2001 From: fdbozzo Date: Sat, 13 Dec 2014 16:05:17 +0100 Subject: [PATCH] =?UTF-8?q?Changeset:=20559=20fdbozzo=20-=2013/12/2014=201?= =?UTF-8?q?5:30:08:=20-=20Arreglo=20cosm=C3=A9tico=20de=20informaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- foxbin2prg.prg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/foxbin2prg.prg b/foxbin2prg.prg index e5b5fc3..d247a58 100644 --- a/foxbin2prg.prg +++ b/foxbin2prg.prg @@ -13859,8 +13859,8 @@ DEFINE CLASS CL_OBJETO AS CL_CUS_BASE *-- Verificación de Procedure repetido IF ._Procedure_Count > 0 AND ASCAN( ._aProcNames, toProcedure._Nombre, 1, 0, 0, 1+2+4 ) > 0 THEN - .writeErrorLog( '* Duplicated Method "' + toProcedure._Nombre + '" of object "' ; - + ._Nombre + '" of class "' + ._Parent + '" in line ' + TRANSFORM(toProcedure._Inicio) ) + .writeErrorLog( '* Duplicated Method "' + toProcedure._Nombre + '" of class.object "' ; + + ._Nombre + '" in line ' + TRANSFORM(toProcedure._Inicio) ) ENDIF ._Procedure_Count = ._Procedure_Count + 1