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

Comparing deliantra/Deliantra-Client/DC/Pod.pm (file contents):
Revision 1.12 by root, Mon Aug 14 18:46:07 2006 UTC vs.
Revision 1.13 by root, Mon Aug 14 19:17:09 2006 UTC

137my %as_paragraphs = ( 137my %as_paragraphs = (
138 image => sub { 138 image => sub {
139 my ($par, $path, $flags) = @_; 139 my ($par, $path, $flags) = @_;
140 140
141 push @{ $par->{widget} }, new CFPlus::UI::Image path => $path, 141 push @{ $par->{widget} }, new CFPlus::UI::Image path => $path,
142 $flags & 1 ? (max_h => $::FONTSIZE * 0.8) : (); 142 $flags & 1 ? (max_h => $::FONTSIZE) : ();
143 143
144 "\x{fffc}" 144 "\x{fffc}"
145 }, 145 },
146 link => sub { 146 link => sub {
147 my ($par, $text, $link) = @_; 147 my ($par, $text, $link) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines