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

Comparing deliantra/Deliantra-Client/DC/MapWidget.pm (file contents):
Revision 1.170 by root, Mon Nov 26 13:02:28 2012 UTC vs.
Revision 1.171 by root, Mon Nov 26 13:14:43 2012 UTC

976 for my $match (@matches) { 976 for my $match (@matches) {
977 my $label = shift @labels; 977 my $label = shift @labels;
978 978
979 if (@labels) { 979 if (@labels) {
980 $label->set_text ("$match->[1]"); 980 $label->set_text ("$match->[1]");
981 $label->set_tooltip ("$match->[1]"); 981 $label->set_tooltip ("#(command/$match->[1])");
982 } else { 982 } else {
983 $label->set_text ("..."); 983 $label->set_text ("...");
984 $label->set_tooltip ("Use Cursor-Down to view more matches"); 984 $label->set_tooltip ("Use Cursor-Down to view more matches");
985 last; 985 last;
986 } 986 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines