Changeset: 327 fdbozzo - 22/06/2014 21:40:37:

- Agregada translación del mensaje "Procesando archivo" de los scripts vbs
This commit is contained in:
fdbozzo
2014-06-24 00:45:23 +02:00
parent a494d5ef39
commit 77fdfd3d15
7 changed files with 6 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ Else
oVFP9.DoCmd( "oFoxBin2prg.o_Frm_Avance.SHOW()" )
For i = 1 To nFile_Count
oVFP9.DoCmd( "oFoxBin2prg.o_Frm_Avance.lbl_TAREA.CAPTION = 'Procesando " & aFiles(i) & "...'" )
oVFP9.DoCmd( "oFoxBin2prg.o_Frm_Avance.lbl_TAREA.CAPTION = oFoxBin2Prg.c_loc_processing_file + ' " & aFiles(i) & "...'" )
oVFP9.DoCmd( "oFoxBin2prg.o_Frm_Avance.nVALUE = " & i )
cFlagRecompile = "'" & FileSystemObject.GetParentFolderName( aFiles(i) ) & "'"