*** empty log message ***
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
19990723-06:39 EDT Paul Tucker <ptucker@sympatico.ca>
|
||||
* source/rtl/devoutp.prg
|
||||
* second param to devout() is color, not picture
|
||||
|
||||
19990723-06:39 EDT Paul Tucker <ptucker@sympatico.ca>
|
||||
* source/rtl/transfrm.c
|
||||
* changed GetDynSym to hb_GetDynSym (again)
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit
|
||||
their web site at http://www.gnu.org/).
|
||||
|
||||
V 1.4 Paul Tucker Second param to Devout should be
|
||||
the color.
|
||||
V 1.3 David G. Holm Added my email address.
|
||||
V 1.2 David G. Holm Removed "(C)" from Copyright and
|
||||
updated previous version comments.
|
||||
@@ -75,5 +77,5 @@
|
||||
|
||||
FUNCTION DEVOUTPICT( xValue, cPicture, cColor )
|
||||
LOCAL cText := TRANSFORM( xValue, cPicture )
|
||||
DEVOUT( cText, cPicture )
|
||||
DEVOUT( cText, cColor )
|
||||
RETURN NIL
|
||||
|
||||
Reference in New Issue
Block a user