Set Wx application name.
This commit is contained in:
parent
c3fc6ee66b
commit
f55a2b91a3
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ use base 'Wx::App';
|
||||||
sub OnInit {
|
sub OnInit {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
|
$self->SetAppName('Slic3r');
|
||||||
#$self->SetIcon(Wx::Icon->new("path/to/my/icon.gif", wxBITMAP_TYPE_GIF) );
|
#$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,
|
my $frame = Wx::Frame->new( undef, -1, 'Slic3r', [-1, -1], Wx::wxDefaultSize,
|
||||||
|
|
Loading…
Reference in a new issue