ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/bin/cfplus
(Generate patch)

Comparing deliantra/Deliantra-Client/bin/cfplus (file contents):
Revision 1.106 by root, Sun Aug 13 02:43:22 2006 UTC vs.
Revision 1.107 by root, Sun Aug 13 03:20:56 2006 UTC

313 markup => "$conn->{stat}{$id} <span foreground='yellow'>$name</span>", 313 markup => "$conn->{stat}{$id} <span foreground='yellow'>$name</span>",
314 align => 0, 314 align => 0,
315 expand => 1, 315 expand => 1,
316 can_events => 1, 316 can_events => 1,
317 can_hover => 1, 317 can_hover => 1,
318 tooltip => $CFPlus::STAT_TOOLTIP{$name}, 318 tooltip => "#stat_$name",
319 ); 319 );
320 } 320 }
321 321
322 unshift @dialog, new CFPlus::UI::Label 322 unshift @dialog, new CFPlus::UI::Label
323 max_w => $::WIDTH * 0.4, 323 max_w => $::WIDTH * 0.4,
721 ) { 721 ) {
722 my ($col, $row, $id, $label, $template) = @$_; 722 my ($col, $row, $id, $label, $template) = @$_;
723 723
724 $tbl->add ($col , $row, $STATWIDS->{$id} = new CFPlus::UI::Label 724 $tbl->add ($col , $row, $STATWIDS->{$id} = new CFPlus::UI::Label
725 font => $FONT_FIXED, can_hover => 1, can_events => 1, valign => 0, 725 font => $FONT_FIXED, can_hover => 1, can_events => 1, valign => 0,
726 align => +1, template => $template, tooltip => $CFPlus::STAT_TOOLTIP{$label}); 726 align => +1, template => $template, tooltip => "#stat_$label");
727 $tbl->add ($col + 1, $row, $STATWIDS->{"$id\_lbl"} = new CFPlus::UI::Label 727 $tbl->add ($col + 1, $row, $STATWIDS->{"$id\_lbl"} = new CFPlus::UI::Label
728 font => $FONT_FIXED, can_hover => 1, can_events => 1, fg => $color2, valign => 0, 728 font => $FONT_FIXED, can_hover => 1, can_events => 1, fg => $color2, valign => 0,
729 align => -1, text => $label, tooltip => $CFPlus::STAT_TOOLTIP{$label}); 729 align => -1, text => $label, tooltip => "#stat_$label");
730 } 730 }
731 731
732 $vb->add (my $tbl2 = new CFPlus::UI::Table expand => 1); 732 $vb->add (my $tbl2 = new CFPlus::UI::Table expand => 1);
733 733
734 my $row = 0; 734 my $row = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines