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:
authorLukas Matena <lukasmatena@seznam.cz>2020-01-21 15:00:07 +0300
committerLukas Matena <lukasmatena@seznam.cz>2020-01-21 15:00:07 +0300
commit63b0eec5a94c55ab5040cbd4ee235a95a6858e14 (patch)
treea6e27921c783441eea3d30a05cf2312da82233a6 /src/slic3r/GUI/MainFrame.hpp
parent87f2578ee71c9baa13dcfc09c1afb4d751cb2ed3 (diff)
parent05ea01bdcccb3d8bc5d46b71c20a30e25352cea8 (diff)
Merge branch 'master' into lm_tm_hollowing
Diffstat (limited to 'src/slic3r/GUI/MainFrame.hpp')
-rw-r--r--src/slic3r/GUI/MainFrame.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/MainFrame.hpp b/src/slic3r/GUI/MainFrame.hpp
index 1a7568092..3d4818eaf 100644
--- a/src/slic3r/GUI/MainFrame.hpp
+++ b/src/slic3r/GUI/MainFrame.hpp
@@ -125,7 +125,7 @@ public:
void load_config(const DynamicPrintConfig& config);
void select_tab(size_t tab) const;
void select_view(const std::string& direction);
- // Propagate changed configuration from the Tab to the Platter and save changes to the AppConfig
+ // Propagate changed configuration from the Tab to the Plater and save changes to the AppConfig
void on_config_changed(DynamicPrintConfig* cfg) const ;
void add_to_recent_projects(const wxString& filename);