summaryrefslogtreecommitdiffstats
path: root/src/sp-root.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2014-02-28 14:01:45 +0000
committertavmjong-free <tavmjong@free.fr>2014-02-28 14:01:45 +0000
commitfa0d3b889ad80af4b5a0c3f58226978a42e96b37 (patch)
treee3b365c00f84f14ece86fc0f8141b79b2e9addda /src/sp-root.cpp
parentFix for Bug #1281859 (color gesture problems, alpha values below 0 and above 1). (diff)
downloadinkscape-fa0d3b889ad80af4b5a0c3f58226978a42e96b37.tar.gz
inkscape-fa0d3b889ad80af4b5a0c3f58226978a42e96b37.zip
Properly identify an embedded SVG.
(bzr r13075)
Diffstat (limited to 'src/sp-root.cpp')
-rw-r--r--src/sp-root.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sp-root.cpp b/src/sp-root.cpp
index 4f1444e31..12570e03e 100644
--- a/src/sp-root.cpp
+++ b/src/sp-root.cpp
@@ -387,6 +387,9 @@ void SPRoot::print(SPPrintContext *ctx)
sp_print_release(ctx);
}
+const char *SPRoot::displayName() const {
+ return "SVG"; // Do not translate
+}
/*
Local Variables: