diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-02-13 21:37:42 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-02-13 21:37:42 +0000 |
| commit | 38ecca9e4639b8aecc55a4becfc1ed9b2793fadc (patch) | |
| tree | 313161b8ab008f6001e80bed94433b20ccdd5fac /src/ui/dialog/aboutbox.cpp | |
| parent | Extensions: Do not require name for pure UI elements (i.e. parameters that do... (diff) | |
| download | inkscape-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.cpp | 2 |
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); |
