summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/aboutbox.cpp
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-02-13 21:37:42 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-02-13 21:37:42 +0000
commit38ecca9e4639b8aecc55a4becfc1ed9b2793fadc (patch)
tree313161b8ab008f6001e80bed94433b20ccdd5fac /src/ui/dialog/aboutbox.cpp
parentExtensions: Do not require name for pure UI elements (i.e. parameters that do... (diff)
downloadinkscape-38ecca9e4639b8aecc55a4becfc1ed9b2793fadc.tar.gz
inkscape-38ecca9e4639b8aecc55a4becfc1ed9b2793fadc.zip
AboutBox: Remove superfluous space in website URL
(bzr r15516)
Diffstat (limited to 'src/ui/dialog/aboutbox.cpp')
-rw-r--r--src/ui/dialog/aboutbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/aboutbox.cpp b/src/ui/dialog/aboutbox.cpp
index 40b948a23..805bfb562 100644
--- a/src/ui/dialog/aboutbox.cpp
+++ b/src/ui/dialog/aboutbox.cpp
@@ -115,7 +115,7 @@ AboutBox::AboutBox() : Gtk::Dialog(_("About Inkscape")) {
Gtk::Label *link = new Gtk::Label();
const gchar *website_link =
- "<a href=\"https://www.inkscape.org\"> https://www.inkscape.org</a>";
+ "<a href=\"https://www.inkscape.org\">https://www.inkscape.org</a>";
link->set_markup(website_link);
link->set_alignment(Gtk::ALIGN_END);