Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2018-09-18 17:13:18 +0300
committerEnrico Turri <enricoturri@seznam.cz>2018-09-18 17:13:18 +0300
commit9daae9413af4b72e567b4458734d756c98f256a6 (patch)
tree63c93f2e77349fba09920ebbf235440e79e695f4 /xs
parentabdaaf6ede02814e67f9a52b26cc075a79a673c9 (diff)
Perl version of preview removed from Slic3r
Diffstat (limited to 'xs')
-rw-r--r--xs/src/slic3r/GUI/GUI_Preview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/slic3r/GUI/GUI_Preview.cpp b/xs/src/slic3r/GUI/GUI_Preview.cpp
index 2548a743b..52d20e18a 100644
--- a/xs/src/slic3r/GUI/GUI_Preview.cpp
+++ b/xs/src/slic3r/GUI/GUI_Preview.cpp
@@ -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();
}