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

Comparing deliantra/Deliantra-Client/bin/cfplus (file contents):
Revision 1.25 by elmex, Mon May 29 19:49:33 2006 UTC vs.
Revision 1.26 by elmex, Mon May 29 20:12:15 2006 UTC

944 $hb->add (my $vb2 = new CFClient::UI::VBox); 944 $hb->add (my $vb2 = new CFClient::UI::VBox);
945 945
946 $vb2->add (my $hb2 = new CFClient::UI::HBox); 946 $vb2->add (my $hb2 = new CFClient::UI::HBox);
947 $hb2->add ($INVR_LBL = new CFClient::UI::Label align => 0, expand => 1, text => "Floor"); 947 $hb2->add ($INVR_LBL = new CFClient::UI::Label align => 0, expand => 1, text => "Floor");
948 $hb2->add (new CFClient::UI::Button 948 $hb2->add (new CFClient::UI::Button
949 text => "Close", 949 text => "Close container",
950 tooltip => "Close the currently open container (if one is open)", 950 tooltip => "Close the currently open container (if one is open)",
951 on_activate => sub { 951 on_activate => sub {
952 $CONN->send ("apply $CONN->{open_container}") 952 $CONN->send ("apply $CONN->{open_container}")
953 if $CONN->{open_container} != 0; 953 if $CONN->{open_container} != 0;
954 }, 954 },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines