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/Tab.hpp
parent9f65b6bc96f1584d8034d10e66dd109662a310b9 (diff)
Platter->Plater
Diffstat (limited to 'src/slic3r/GUI/Tab.hpp')
-rw-r--r--src/slic3r/GUI/Tab.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/Tab.hpp b/src/slic3r/GUI/Tab.hpp
index ee6937652..4345f196c 100644
--- a/src/slic3r/GUI/Tab.hpp
+++ b/src/slic3r/GUI/Tab.hpp
@@ -231,7 +231,7 @@ public:
// Counter for the updating (because of an update() function can have a recursive behavior):
// 1. increase value from the very beginning of an update() function
// 2. decrease value at the end of an update() function
- // 3. propagate changed configuration to the Platter when (m_update_cnt == 0) only
+ // 3. propagate changed configuration to the Plater when (m_update_cnt == 0) only
int m_update_cnt = 0;
public: