summaryrefslogtreecommitdiff
path: root/mainwin.cc
diff options
context:
space:
mode:
authorclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-12-07 11:56:17 (GMT)
committerclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-12-07 11:56:17 (GMT)
commit98c85f772af7aa7aab983014e311f7b8955b5191 (patch)
tree1399202e11e7f31c61cda5a1dd5cbb18bda8bcfd /mainwin.cc
parent34e6f8285a612cd1266415bde046cd3ae07321a7 (diff)
Clifford Wolf:
Fixed wording of "isn't a single polyhedron or otherwise invalid" (in fact the error in triggered when the object isn't a valid 2-manifold) git-svn-id: http://svn.clifford.at/openscad/trunk@144 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'mainwin.cc')
-rw-r--r--mainwin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwin.cc b/mainwin.cc
index 96dd0d2..bf26c8a 100644
--- a/mainwin.cc
+++ b/mainwin.cc
@@ -910,7 +910,7 @@ void MainWindow::actionExportSTLorOFF(bool)
}
if (!root_N->is_simple()) {
- PRINT("Object isn't a single polyhedron or otherwise invalid! Modify your design..");
+ PRINT("Object isn't a valid 2-manifold! Modify your design..");
current_win = NULL;
return;
}
contact: Jan Huwald // Impressum