--- deliantra/Deliantra-Client/bin/cfplus 2006/06/23 23:54:31 1.79 +++ deliantra/Deliantra-Client/bin/cfplus 2006/06/26 21:59:04 1.80 @@ -38,6 +38,7 @@ use CFClient::OpenGL (); use CFClient::Protocol; use CFClient::UI; +use CFClient::BindingEditor; use CFClient::MapWidget; $SIG{QUIT} = sub { Carp::cluck "QUIT" }; @@ -948,6 +949,7 @@ z => 3, force_h => $::HEIGHT * 0.4, child => (my $vbox = new CFClient::UI::VBox), + has_close_button => 1, on_visibility_change => sub { update_metaserver if $_[1]; 0 @@ -1517,7 +1519,7 @@ force_y => 0; $DEBUG_STATUS->show; - $BIND_EDITOR = new CFClient::UI::BindEditor (x => "max", y => 0); + $BIND_EDITOR = new CFClient::BindingEditor (x => "max", y => 0); $STATUSBOX = new CFClient::UI::Statusbox; $STATUSBOX->add ("Use Alt-Enter to toggle fullscreen mode", timeout => 864000, pri => -100, color => [1, 1, 1, 0.8]);