ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/UI.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/UI.pm (file contents):
Revision 1.60 by root, Tue Apr 11 13:14:36 2006 UTC vs.
Revision 1.61 by root, Tue Apr 11 13:17:24 2006 UTC

643 my $self = $class->SUPER::new ( 643 my $self = $class->SUPER::new (
644 x => $x, 644 x => $x,
645 y => $y, 645 y => $y,
646 z => $z, 646 z => $z,
647 height => $height, 647 height => $height,
648 layout => new CFClient::Layout, 648 layout => new CFClient::Layout $height,
649 ); 649 );
650 650
651 $self->set_text ($text); 651 $self->set_text ($text);
652 652
653 $self 653 $self

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines