summaryrefslogtreecommitdiffstats
path: root/src/sp-rect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-rect.cpp')
-rw-r--r--src/sp-rect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-rect.cpp b/src/sp-rect.cpp
index 519b7ba6e..6d5119e4c 100644
--- a/src/sp-rect.cpp
+++ b/src/sp-rect.cpp
@@ -159,8 +159,8 @@ Inkscape::XML::Node * SPRect::write(Inkscape::XML::Document *xml_doc, Inkscape::
return repr;
}
-gchar* SPRect::description() {
- return g_strdup(_("<b>Rectangle</b>"));
+const char* SPRect::display_name() {
+ return _("Rectangle");
}
#define C1 0.554