summaryrefslogtreecommitdiff
path: root/src/dxflinextrude.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dxflinextrude.cc')
-rw-r--r--src/dxflinextrude.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dxflinextrude.cc b/src/dxflinextrude.cc
index 3c8d7ac..d11a875 100644
--- a/src/dxflinextrude.cc
+++ b/src/dxflinextrude.cc
@@ -154,7 +154,7 @@ std::string DxfLinearExtrudeNode::toString() const
memset(&st, 0, sizeof(struct stat));
stat(this->filename.toAscii().data(), &st);
- stream << "linear_extrude("
+ stream << this->name() << "("
"file = \"" << this->filename << "\", "
"cache = \"" << std::hex << (int)st.st_mtime << "." << (int)st.st_size << "\", "
"layer = \"" << this->layername << "\", "
contact: Jan Huwald // Impressum