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:
authorfoxox <foxox.jd@live.com>2019-12-03 06:48:01 +0300
committerVojtěch Bubník <5830947+bubnikv@users.noreply.github.com>2020-01-20 19:16:49 +0300
commit07d6fd8f7ec84d1077752f676827aa774224d1f8 (patch)
tree0b6560b50ebe81df189205c894db813fa200c133 /src/slic3r/GUI/MainFrame.hpp
parent9f65b6bc96f1584d8034d10e66dd109662a310b9 (diff)
Platter->Plater
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 28bd0242b..7b93e70cb 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);