From cae2409c94b11d17643f7c19829e2653d759ff8e Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Thu, 13 Dec 2007 09:45:27 +0000 Subject: Fundamentally reworked version of the 3D box tool (among many other things, this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224) --- src/selection-describer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/selection-describer.cpp') diff --git a/src/selection-describer.cpp b/src/selection-describer.cpp index 01aab97b7..1debd73e1 100644 --- a/src/selection-describer.cpp +++ b/src/selection-describer.cpp @@ -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"); } -- cgit v1.2.3