--- deliantra/Deliantra-Client/DC/Protocol.pm 2006/06/11 18:36:15 1.29 +++ deliantra/Deliantra-Client/DC/Protocol.pm 2006/06/11 18:41:30 1.30 @@ -502,7 +502,7 @@ $row++; } else { $::FLOORBOX->add (1, $row, new CFClient::UI::Button - text => "More...", + text => "More...", on_activate => sub { $::INV_WINDOW->toggle_visibility }, ); last; @@ -641,11 +641,12 @@ my @yesno = ("no", "yes"); $::SERVER_INFO->set_markup ( - "server name:port $self->{host}:$self->{port}\n" + "server $self->{host}:$self->{port}\n" . "protocol version $self->{version}\n" - . "mapinfo support $yesno[$self->{setup}{mapinfocmd} > 0]\n" - . "extcmd support $yesno[$self->{setup}{extcmd} > 0]\n" + . "minimap support $yesno[$self->{setup}{mapinfocmd} > 0]\n" + . "extended command support $yesno[$self->{setup}{extcmd} > 0]\n" . "cfplus support $yesno[$self->{cfplus_ext} > 0]\n" + . "map size $self->{mapw}×$self->{maph}\n" ); }