ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/gde/GCE/MainWindow.pm
(Generate patch)

Comparing deliantra/gde/GCE/MainWindow.pm (file contents):
Revision 1.47 by elmex, Mon Mar 20 04:06:05 2006 UTC vs.
Revision 1.48 by root, Mon Mar 20 04:10:07 2006 UTC

399sub INIT_INSTANCE { 399sub INIT_INSTANCE {
400 my ($self) = @_; 400 my ($self) = @_;
401 401
402 $::MAINWIN = $self; 402 $::MAINWIN = $self;
403 403
404 $self->set_title ("gce - main window"); 404 $self->set_title ("gce - toolbox");
405 405
406 $self->{edit_tool} = Gtk2::Label->new; 406 $self->{edit_tool} = Gtk2::Label->new;
407 $self->{edit_tool_cont} = Gtk2::VBox->new; 407 $self->{edit_tool_cont} = Gtk2::VBox->new;
408 408
409 $self->add (my $vb = Gtk2::VBox->new); 409 $self->add (my $vb = Gtk2::VBox->new);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines