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

Comparing deliantra/Deliantra-Client/DC/UI/ChatView.pm (file contents):
Revision 1.16 by elmex, Sun Jun 22 13:38:50 2008 UTC vs.
Revision 1.17 by root, Thu Aug 28 23:22:03 2008 UTC

117sub update_tooltip { 117sub update_tooltip {
118 my ($self) = @_; 118 my ($self) = @_;
119 my $t = $self->{text_tooltip} 119 my $t = $self->{text_tooltip}
120 . (defined $self->{dockbar_pos} 120 . (defined $self->{dockbar_pos}
121 ? "\n\n<small>Alt+" 121 ? "\n\n<small>Alt+"
122 . ($self->{dockbar_pos} == 10 ? '0' : $self->{dockbar_pos}) 122 . ($self->{dockbar_pos} == 9 ? '0' : $self->{dockbar_pos} + 1)
123 . " - activates this tab.\n" 123 . " - activates this tab.\n"
124 . "Return - toggles activity of the entry." 124 . "Return - toggles activity of the entry."
125 . "</small>" 125 . "</small>"
126 : ""); 126 : "");
127 $self->{c_tab}->set_tooltip ($t); 127 $self->{c_tab}->set_tooltip ($t);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines