diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-10-19 19:50:00 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-10-19 19:50:00 (GMT) |
commit | 3116be034bdba83e3a1b824f26dbd5463653be5e (patch) | |
tree | 2e01a4560c86a35737818cc82166a9560860bc6a /mainwin.cc | |
parent | 28c3947eccb1220a18e9ce4f367bfabb0907fc4e (diff) |
Clifford Wolf:
Massive rename: s/polyeder/polyhedron/g
git-svn-id: http://svn.clifford.at/openscad/trunk@113 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'mainwin.cc')
-rw-r--r-- | mainwin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -814,7 +814,7 @@ void MainWindow::actionExportSTLorOFF(bool stl_mode) } if (!root_N->is_simple()) { - PRINT("Object isn't a single polyeder or otherwise invalid! Modify your design.."); + PRINT("Object isn't a single polyhedron or otherwise invalid! Modify your design.."); current_win = NULL; return; } |