[umbrello] [Bug 387912] New: Broken link to omg.org/spec in "About->Umbrello" dialog
Robert Hairgrove
bugzilla_noreply at kde.org
Thu Dec 14 19:22:20 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=387912
Bug ID: 387912
Summary: Broken link to omg.org/spec in "About->Umbrello"
dialog
Product: umbrello
Version: 2.23.3 (KDE Applications 17.08.3)
Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: umbrello-devel at kde.org
Reporter: code at roberthairgrove.com
Target Milestone: ---
On Ubuntu 16.04 from the most recent compiled sources:
Clicking on the link to http://www.omg.org/spec/ will not open my default
browser. If I copy/paste the link manually, I see single quotes are surrounding
the URL.
Look at line 110 in main.cpp ... you will see why:
```
KAboutData aboutData(QStringLiteral("umbrello"),
i18n("Umbrello UML Modeller"),
QLatin1String(umbrelloVersion()),
i18n("Umbrello – Visual development environment for
software, "
"based on the industry standard Unified Modelling
Language (UML).<br/>"
"See also <a
href=’http://www.omg.org/spec/’>http://www.omg.org/spec/</a>."),
// ^ ^
KAboutLicense::GPL,
i18n("Copyright © 2001 Paul Hensgen,\nCopyright ©
2002-2016 Umbrello UML Modeller Authors"),
QString(),
QStringLiteral("http://umbrello.kde.org"));
```
Seems to me that one should write backslash-escaped double quotes here.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list