Renamed Dashboard to Plater (with Kliment's permission ;))

This commit is contained in:
Alessandro Ranellucci 2012-05-04 10:15:33 +02:00
parent dde71418d4
commit 39f0c2f822
4 changed files with 6 additions and 6 deletions

View file

@ -113,7 +113,7 @@ sub new {
$make_tab->([qw(extrusion)], [qw(output)]),
);
$tabpanel->AddPage(Slic3r::GUI::Dashboard->new($tabpanel), "Dashboard");
$tabpanel->AddPage(Slic3r::GUI::Plater->new($tabpanel), "Plater");
$tabpanel->AddPage($tabs[0], "Print Settings");
$tabpanel->AddPage($tabs[1], "Cooling");
$tabpanel->AddPage($tabs[2], "Printer and Filament");