diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-12-04 20:22:15 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-12-04 20:22:15 +0000 |
| commit | 0c9f0d1d84f706590c8704b32d06270ec0eacbea (patch) | |
| tree | 9ea8f5c06da1c8787f7ebe882248a77f9d3ce1fa /src/ui/clipboard.cpp | |
| parent | Remobing bspline interpolator (diff) | |
| parent | CairoRenderer: print warning if rendering failed (diff) | |
| download | inkscape-0c9f0d1d84f706590c8704b32d06270ec0eacbea.tar.gz inkscape-0c9f0d1d84f706590c8704b32d06270ec0eacbea.zip | |
Update to trunk
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"); |
