diff options
author | Chris <xchrisx@uber.space> | 2019-07-16 01:58:10 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-16 14:18:03 +0900 |
commit | 9b2c6a283082eb866d4e8e824ce1279b5b41bc52 (patch) | |
tree | d10f7b9168368e1a3c944b2af235609ff2c55bc5 /filters/karbon/svg | |
parent | 778e3a690fd0afbedaa9ecfa1b9b79cfd28abc1a (diff) | |
download | koffice-9b2c6a283082eb866d4e8e824ce1279b5b41bc52.tar.gz koffice-9b2c6a283082eb866d4e8e824ce1279b5b41bc52.zip |
Fix old upstream URLs for visible parts.
Signed-off-by: Chris <xchrisx@uber.space>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'filters/karbon/svg')
-rw-r--r-- | filters/karbon/svg/svgexport.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/karbon/svg/svgexport.cc b/filters/karbon/svg/svgexport.cc index a5ed9b40..41fd6a54 100644 --- a/filters/karbon/svg/svgexport.cc +++ b/filters/karbon/svg/svgexport.cc @@ -131,7 +131,7 @@ SvgExport::visitVDocument( VDocument& document ) // add some PR. one line is more than enough. *m_defs << - "<!-- Created using Karbon14, part of koffice: http://www.koffice.org/karbon -->" << endl; + "<!-- Created using Karbon14, part of koffice: http://www.trinitydesktop.org -->" << endl; *m_defs << "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"" << |