Set Wx application name.

degen-loop-screen
Henrik Brix Andersen 2012-02-23 21:51:45 +01:00
parent c3fc6ee66b
commit f55a2b91a3
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ use base 'Wx::App';
sub OnInit {
my $self = shift;
$self->SetAppName('Slic3r');
#$self->SetIcon(Wx::Icon->new("path/to/my/icon.gif", wxBITMAP_TYPE_GIF) );
my $frame = Wx::Frame->new( undef, -1, 'Slic3r', [-1, -1], Wx::wxDefaultSize,