Update of /cvsroot/fxruby/FXRuby/lib/fox
In directory usw-pr-cvs1:/tmp/cvs-serv27523
Modified Files:
Tag: release10
aliases.rb
Log Message:
Corrected a typo; the alias for FXColorWell#getRGBA was supposed to be
"rgba" but was actually "rbga". This has been fixed!
Index: aliases.rb
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/lib/fox/aliases.rb,v
retrieving revision 1.24.2.1
retrieving revision 1.24.2.2
diff -C2 -d -r1.24.2.1 -r1.24.2.2
*** aliases.rb 25 Apr 2002 21:07:58 -0000 1.24.2.1
--- aliases.rb 8 May 2002 16:24:31 -0000 1.24.2.2
***************
*** 125,129 ****
class FX_ColorWell
alias rgba= setRGBA
! alias rbga getRGBA
alias opaqueOnly= setOpaqueOnly
alias opaqueOnly? isOpaqueOnly
--- 125,129 ----
class FX_ColorWell
alias rgba= setRGBA
! alias rgba getRGBA
alias opaqueOnly= setOpaqueOnly
alias opaqueOnly? isOpaqueOnly
|