mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 02:39:06 +08:00
Set Wx application name.
This commit is contained in:
parent
c3fc6ee66b
commit
f55a2b91a3
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user