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

Comparing deliantra/Deliantra-Client/DC/UI/MessageWindow.pm (file contents):
Revision 1.17 by elmex, Tue Aug 21 11:36:51 2007 UTC vs.
Revision 1.18 by elmex, Tue Aug 21 11:40:37 2007 UTC

196 } 196 }
197 197
198 $_->{c_tab}->set_tooltip ( 198 $_->{c_tab}->set_tooltip (
199 $tooltip 199 $tooltip
200 . (defined $_->{_tab_pos} 200 . (defined $_->{_tab_pos}
201 ? "\n<small>To goto this tab press alt+" 201 ? "\n\n<small>Alt+"
202 . ($_->{_tab_pos} == 10 ? '0' : $_->{_tab_pos}) 202 . ($_->{_tab_pos} == 10 ? '0' : $_->{_tab_pos})
203 . " - activates this tab.\n"
204 . "Return - toggles activity of the entry."
203 . "</small>" 205 . "</small>"
204 : "") 206 : "")
205 ); 207 );
206 208
207 my $hltfunc = $_->{_channel_highlighted} 209 my $hltfunc = $_->{_channel_highlighted}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines