Sync message dialog title with SkeinPanel.pm changes.

This commit is contained in:
Henrik Brix Andersen 2012-07-15 22:53:32 +02:00
parent c35b57fb0b
commit 102aea4531

View file

@ -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 {