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.112 by root, Sun Aug 13 03:20:53 2006 UTC vs.
Revision 1.113 by root, Mon Aug 14 01:21:01 2006 UTC

209} 209}
210 210
211sub do_n_dialog { 211sub do_n_dialog {
212 my ($cb) = @_; 212 my ($cb) = @_;
213 213
214 my $w = new CFPlus::UI::FancyFrame 214 my $w = new CFPlus::UI::Toplevel
215 on_delete => sub { $_[0]->destroy; 1 }, 215 on_delete => sub { $_[0]->destroy; 1 },
216 has_close_button => 1, 216 has_close_button => 1,
217 ; 217 ;
218 218
219 $w->add (my $vb = new CFPlus::UI::VBox x => "center", y => "center"); 219 $w->add (my $vb = new CFPlus::UI::VBox x => "center", y => "center");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines