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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2019-01-21 14:34:28 +0300
committerYuSanka <yusanka@gmail.com>2019-01-21 14:34:28 +0300
commit1a474ea2820776e1a1510fc494ed8508a59d6944 (patch)
tree87912c320108191ec958e5146fd87ee3968b3147 /src/slic3r/GUI/MainFrame.hpp
parentd6a203613d096e51727e5c4f81655a8665b2662e (diff)
L10n improvements
Diffstat (limited to 'src/slic3r/GUI/MainFrame.hpp')
-rw-r--r--src/slic3r/GUI/MainFrame.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/MainFrame.hpp b/src/slic3r/GUI/MainFrame.hpp
index 954906903..31ae5d1c7 100644
--- a/src/slic3r/GUI/MainFrame.hpp
+++ b/src/slic3r/GUI/MainFrame.hpp
@@ -62,6 +62,7 @@ class MainFrame : public wxFrame
bool can_save() const;
bool can_export_model() const;
bool can_export_gcode() const;
+ bool can_slice() const;
bool can_change_view() const;
bool can_select() const;
bool can_delete() const;