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

Comparing deliantra/Deliantra-Client/DC/Protocol.pm (file contents):
Revision 1.74 by root, Sun Aug 13 18:48:56 2006 UTC vs.
Revision 1.76 by root, Mon Aug 14 01:21:02 2006 UTC

930 $self->SUPER::destroy; 930 $self->SUPER::destroy;
931} 931}
932 932
933package CFPlus::NPCDialog; 933package CFPlus::NPCDialog;
934 934
935our @ISA = 'CFPlus::UI::FancyFrame'; 935our @ISA = 'CFPlus::UI::Toplevel';
936 936
937sub new { 937sub new {
938 my $class = shift; 938 my $class = shift;
939 939
940 my $self = $class->SUPER::new ( 940 my $self = $class->SUPER::new (
1044 padding_y => 0, 1044 padding_y => 0,
1045 on_button_up => sub { 1045 on_button_up => sub {
1046 $self->send ($kw); 1046 $self->send ($kw);
1047 }; 1047 };
1048 1048
1049 chr 0xfffc 1049 "\x{fffc}"
1050 }giex; 1050 }giex;
1051 1051
1052 $self->{textview}->add_paragraph ({ markup => $text, widget => \@link }); 1052 $self->{textview}->add_paragraph ({ markup => $text, widget => \@link });
1053 $self->{textview}->scroll_to_bottom; 1053 $self->{textview}->scroll_to_bottom;
1054 $self->update_options; 1054 $self->update_options;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines