Perl version of preview removed from Slic3r

This commit is contained in:
Enrico Turri 2018-09-18 16:13:18 +02:00
parent abdaaf6ede
commit 9daae9413a
2 changed files with 33 additions and 41 deletions

View file

@ -42,7 +42,7 @@ Preview::Preview(wxNotebook* notebook, DynamicPrintConfig* config, Print* print,
{
if (init(notebook, config, print, gcode_preview_data))
{
notebook->AddPage(this, _(L("_Preview_")));
notebook->AddPage(this, _(L("Preview")));
show_hide_ui_elements("none");
load_print();
}