diff options
| author | Martin Owens <doctormo@gmail.com> | 2013-09-24 15:09:43 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2013-09-24 15:09:43 +0000 |
| commit | 6f65ca557f8ad953b55b9a703643bbc790eb8da5 (patch) | |
| tree | c06dd17d0ca41899483cc08f893ca2eb2b643142 /src/sp-star.cpp | |
| parent | for bitmap import, use a default value of 90 dpi, if not otherwise specified.... (diff) | |
| download | inkscape-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-star.cpp')
| -rw-r--r-- | src/sp-star.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-star.cpp b/src/sp-star.cpp index bc3155caf..10c3267b2 100644 --- a/src/sp-star.cpp +++ b/src/sp-star.cpp @@ -251,7 +251,7 @@ void SPStar::update_patheffect(bool write) { this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG); } -const char* SPStar::display_name() { +const char* SPStar::displayName() { if (this->flatsided == false) return _("Star"); return _("Polygon"); |
