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

Comparing deliantra/Deliantra-Client/DC.pm (file contents):
Revision 1.73 by elmex, Mon May 29 19:30:27 2006 UTC vs.
Revision 1.74 by elmex, Mon May 29 19:49:33 2006 UTC

413 } 413 }
414 414
415 $entry->focus_out; 415 $entry->focus_out;
416 416
417 $::CFG->{bindings}->{$mod}->{$sym} = $cmd; 417 $::CFG->{bindings}->{$mod}->{$sym} = $cmd;
418 $::STATUSBOX->add ("Bound actions to '".keycombo_to_name ($mod, $sym)."'. Don't forget Save Layout!"); 418 $::STATUSBOX->add ("Bound actions to '".keycombo_to_name ($mod, $sym)."'. Don't forget 'Save Config'!");
419 419
420 $w->destroy 420 $w->destroy
421 }); 421 });
422 422
423 $entry->focus_in; 423 $entry->focus_in;
454 for (@$list) { 454 for (@$list) {
455 $CMDBOX->add (my $hb = new CFClient::UI::HBox); 455 $CMDBOX->add (my $hb = new CFClient::UI::HBox);
456 456
457 my $i = $idx; 457 my $i = $idx;
458 $hb->add (new CFClient::UI::Button 458 $hb->add (new CFClient::UI::Button
459 text => "del", 459 text => "delete",
460 tooltip => "Deletes the action from the record", 460 tooltip => "Deletes the action from the record",
461 on_activate => sub { 461 on_activate => sub {
462 $CMDBOX->remove ($hb); 462 $CMDBOX->remove ($hb);
463 $list->[$i] = undef; 463 $list->[$i] = undef;
464 }); 464 });
507 507
508 $RECORD_WINDOW->add (my $vb = new CFClient::UI::VBox); 508 $RECORD_WINDOW->add (my $vb = new CFClient::UI::VBox);
509 $vb->add ($REC_BTN = new CFClient::UI::Button 509 $vb->add ($REC_BTN = new CFClient::UI::Button
510 text => "start recording", 510 text => "start recording",
511 tooltip => "Start/Stops recording of actions." 511 tooltip => "Start/Stops recording of actions."
512 ."(CTRL+INS Starts the recorder, INS Stops recorder and binds automatically)" 512 ."(CTRL+Insert Starts the recorder, Insert Stops recorder and binds automatically)"
513 ."All subsequent actions after the recording started will be captured." 513 ."All subsequent actions after the recording started will be captured."
514 ."The actions are displayed after the record was stopped." 514 ."The actions are displayed after the record was stopped."
515 ."To bind the action you have to click on the 'Bind' button", 515 ."To bind the action you have to click on the 'Bind' button",
516 on_activate => sub { 516 on_activate => sub {
517 my ($btn) = @_; 517 my ($btn) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines