See changelog 2002-11-25 21:45 UTC-0300
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2002-11-25 21:45 UTC-0300 Luiz Rafael Culik <culikr@uol.com.br>
|
||||
* utils/hbmake/hbmake.prg
|
||||
! removed unused Var
|
||||
* source/rtl/menuto.prg
|
||||
! minor formating
|
||||
2002-11-21 12:05 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
|
||||
* source/rdd/dbfntx/dbfntx1.c
|
||||
* DBOI_ORDERCOUNT is supported now
|
||||
|
||||
@@ -38,7 +38,7 @@ function __AtPrompt( nRow, nCol, cPrompt, cMsg, cColor )
|
||||
aadd( s_aLevel[ s_nPointer ], { nRow, nCol, cPrompt, cMsg, cColor} )
|
||||
|
||||
// put this prompt on the screen right now
|
||||
DispOutAt( nRow, nCol, cPrompt, if( cColor <> NIL , cColor, NIL ) )
|
||||
DispOutAt( nRow, nCol, cPrompt, cColor )
|
||||
|
||||
return .f.
|
||||
|
||||
|
||||
@@ -1066,7 +1066,7 @@ FUNCTION Compfiles()
|
||||
|
||||
// Outstd( cComm )
|
||||
// Outstd( hb_osnewline() )
|
||||
@ 4,16 Say cPrg
|
||||
@ 4,16 Say aprgs[ nFiles ]
|
||||
GaugeUpdate(aGauge,nFile/Len( aprgs ))
|
||||
// Outstd( hb_osnewline() )
|
||||
nFile++
|
||||
|
||||
Reference in New Issue
Block a user