]> Shamusworld >> Repos - architektonas/blobdiff - src/structs.cpp
Fix incorrect object naming, keep hidden layers hidden when printing.
[architektonas] / src / structs.cpp
index 883e934e20e0d5629b7f664649721ecd8fbdf78f..26a70f74752e8529a9ff090a1d604fce9324ab22 100644 (file)
@@ -16,7 +16,7 @@
 #include "mathconstants.h"
 
 const char objName[OTCount][16] = {
-       "None", "Line", "Circle", "Ellipse", "Arc", "Polygon", "Dimension",
+       "None", "Line", "Circle", "Ellipse", "Arc", "Dimension",
        "Spline", "Text", "Container"
 };
 const char dimName[DTCount][32] = {