See changelog 2002-11-07 08:30 UTC-0300
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
For example:
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
2002-11-07 08:30 UTC-0300 Luiz Rafael Culik <culikr@uol.com.br>
|
||||
* source/rtl/alert.prg
|
||||
! minor fix to my change from yesterday
|
||||
|
||||
2002-11-06 18:38 UTC-0300 Walter Negro <anegro@overnet.com.ar>
|
||||
* source/rtl/achoice.prg
|
||||
|
||||
@@ -121,7 +121,7 @@ FUNCTION Alert( xMessage, aOptions, cColorNorm, nDelay )
|
||||
CASE ValType( xMessage ) == "B" ; xMessage := "{||...}"
|
||||
OTHERWISE ; xMessage := "NIL"
|
||||
ENDCASE
|
||||
|
||||
if Len(cOld) >60
|
||||
WHILE LEN(cOld) > 0
|
||||
|
||||
IF AT( ';' , cOld ) > 0 //Dont do this if ; exist
|
||||
@@ -148,7 +148,7 @@ FUNCTION Alert( xMessage, aOptions, cColorNorm, nDelay )
|
||||
|
||||
ENDDO
|
||||
|
||||
|
||||
endif
|
||||
|
||||
DO WHILE ( nPos := At( ';', xMessage ) ) != 0
|
||||
AAdd( aSay, Left( xMessage, nPos - 1 ) )
|
||||
|
||||
Reference in New Issue
Block a user