mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-05-15 03:28:07 +08:00
Merge pull request #219 from henrikbrixandersen/master
Set Wx application name.
This commit is contained in:
commit
21c99c0953
@ -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…
x
Reference in New Issue
Block a user