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.1 by root, Wed Apr 19 06:21:07 2006 UTC vs.
Revision 1.2 by root, Wed Apr 19 09:40:00 2006 UTC

230 if (!($mod & KMOD_CTRL ) && delete $self->{ctrl}) { 230 if (!($mod & KMOD_CTRL ) && delete $self->{ctrl}) {
231 $::CONN->user_send ("run_stop"); 231 $::CONN->user_send ("run_stop");
232 } 232 }
233} 233}
234 234
235sub add_command {
236 my ($self, $command, $widget, $cb) = @_;
237
238 (my $abbrev = $command) =~ s/(\S)[^[:space:]_]*[[:space:]_]*/$1/g;
239 warn "$command|$abbrev|$widget\n";#d#
240}
241
2351 2421

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines