Code

a bunch of small changes to provide a user readable explanation of filters
[inkscape.git] / src / selection-describer.cpp
index 01aab97b759f29efa95aa3d7401ea400cad58d65..1debd73e15e95206674d275db6b5b5fbfcf2940b 100644 (file)
@@ -60,7 +60,7 @@ type2term(GType type)
         { return _("Polyline"); }
     if (type == SP_TYPE_RECT)
         { return _("Rectangle"); }
-    if (type == SP_TYPE_3DBOX)
+    if (type == SP_TYPE_BOX3D)
         { return _("3D Box"); }
     if (type == SP_TYPE_TEXT)
         { return _("Text"); }