From 102aea45313ed495761ffa4510c1edc3aadb63c4 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Sun, 15 Jul 2012 22:53:32 +0200 Subject: [PATCH] Sync message dialog title with SkeinPanel.pm changes. --- lib/Slic3r/GUI/Plater.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r/GUI/Plater.pm b/lib/Slic3r/GUI/Plater.pm index a5b2452ed4..3cc96adc16 100644 --- a/lib/Slic3r/GUI/Plater.pm +++ b/lib/Slic3r/GUI/Plater.pm @@ -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 {