diff options
| author | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-12-04 10:44:09 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-12-04 10:44:09 +0000 |
| commit | 4f1e34b47adaf4491bc56e0700235615904a1b1b (patch) | |
| tree | a84c0669ca92128484f6314aebb16792996aeb96 /src/ui/clipboard.cpp | |
| parent | Add canvas flipping/rotation reset to the menu, improve strings (diff) | |
| parent | Misc. typos (diff) | |
| download | inkscape-4f1e34b47adaf4491bc56e0700235615904a1b1b.tar.gz inkscape-4f1e34b47adaf4491bc56e0700235615904a1b1b.zip | |
Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape
Diffstat (limited to 'src/ui/clipboard.cpp')
| -rw-r--r-- | src/ui/clipboard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/clipboard.cpp b/src/ui/clipboard.cpp index 118d7ae1f..a0f1fa09c 100644 --- a/src/ui/clipboard.cpp +++ b/src/ui/clipboard.cpp @@ -672,7 +672,7 @@ std::vector<Glib::ustring> ClipboardManagerImpl::getElementsOfType(SPDesktop *de root->removeChild(tempdoc->getDefs()->getRepr()); std::vector<Inkscape::XML::Node const *> reprs; if (strcmp(type, "*") == 0){ - //TODO:Fill vector with all posible elements + //TODO:Fill vector with all possible elements std::vector<Glib::ustring> types; types.push_back((Glib::ustring)"svg:path"); types.push_back((Glib::ustring)"svg:circle"); |
