diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-07 11:56:17 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-07 11:56:17 (GMT) |
commit | 98c85f772af7aa7aab983014e311f7b8955b5191 (patch) | |
tree | 1399202e11e7f31c61cda5a1dd5cbb18bda8bcfd /mainwin.cc | |
parent | 34e6f8285a612cd1266415bde046cd3ae07321a7 (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.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |