Sync message dialog title with SkeinPanel.pm changes.
This commit is contained in:
parent
c35b57fb0b
commit
102aea4531
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ sub on_export_completed {
|
|||
$self->statusbar->SetCancelCallback(undef);
|
||||
$self->statusbar->StopBusy;
|
||||
$self->statusbar->SetStatusText("G-code file exported to $self->{output_file}");
|
||||
Wx::MessageDialog->new($self, $message, 'Done!', wxOK | wxICON_INFORMATION)->ShowModal;
|
||||
Wx::MessageDialog->new($self, $message, 'Slicing Done!', wxOK | wxICON_INFORMATION)->ShowModal;
|
||||
}
|
||||
|
||||
sub on_export_failed {
|
||||
|
|
Loading…
Reference in a new issue