From 6f65ca557f8ad953b55b9a703643bbc790eb8da5 Mon Sep 17 00:00:00 2001 From: Martin Owens Date: Tue, 24 Sep 2013 11:09:43 -0400 Subject: change names for displayName and detailedDescription, improve char code and remove const. (bzr r12584) --- src/sp-text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-text.cpp') diff --git a/src/sp-text.cpp b/src/sp-text.cpp index 927536dde..72a5996d1 100644 --- a/src/sp-text.cpp +++ b/src/sp-text.cpp @@ -321,7 +321,7 @@ void SPText::hide(unsigned int key) { // SPItem::onHide(key); } -const char* SPText::display_name() { +const char* SPText::displayName() { return _("Text"); } -- cgit v1.2.3