--- deliantra/Deliantra-Client/bin/pclient 2006/04/15 01:45:32 1.109 +++ deliantra/Deliantra-Client/bin/pclient 2006/04/15 12:30:53 1.110 @@ -324,8 +324,10 @@ $CFClient::UI::TOPLEVEL->add ($BUTTONBAR = new CFClient::UI::HBox); - $BUTTONBAR->add (my $setup = new CFClient::UI::Flopper x => 0, y => 0, text => "Setup", other => config_dialog, state => 1); - $BUTTONBAR->add (my $setup = new CFClient::UI::Flopper x => 0, y => 0, text => "Console", other => console_window); + $BUTTONBAR->add (my $setup = new CFClient::UI::Flopper text => "Client Setup", other => config_dialog, state => 1); + $BUTTONBAR->add (my $setup = new CFClient::UI::Flopper text => "Server", other => config_dialog, state => 1); + $BUTTONBAR->add (my $setup = new CFClient::UI::Flopper text => "Console", other => console_window); + $BUTTONBAR->add (my $setup = new CFClient::UI::Button text => "Save Config", other => console_window); } sub destroy_screen {