summaryrefslogtreecommitdiffstats
path: root/src/sp-switch.cpp
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2013-09-24 15:09:43 +0000
committerMartin Owens <doctormo@gmail.com>2013-09-24 15:09:43 +0000
commit6f65ca557f8ad953b55b9a703643bbc790eb8da5 (patch)
treec06dd17d0ca41899483cc08f893ca2eb2b643142 /src/sp-switch.cpp
parentfor bitmap import, use a default value of 90 dpi, if not otherwise specified.... (diff)
downloadinkscape-6f65ca557f8ad953b55b9a703643bbc790eb8da5.tar.gz
inkscape-6f65ca557f8ad953b55b9a703643bbc790eb8da5.zip
change names for displayName and detailedDescription, improve char code and remove const.
(bzr r12584)
Diffstat (limited to 'src/sp-switch.cpp')
-rw-r--r--src/sp-switch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-switch.cpp b/src/sp-switch.cpp
index c6dcf17e3..fa97cde91 100644
--- a/src/sp-switch.cpp
+++ b/src/sp-switch.cpp
@@ -71,7 +71,7 @@ GSList *SPSwitch::_childList(bool add_ref, SPObject::Action action) {
return g_slist_prepend (NULL, child);
}
-const char *SPSwitch::display_name() {
+const char *SPSwitch::displayName() {
return _("Conditional Group");
}