From b358e20491c08322512c1aa57667867aed7fc7cb Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Wed, 21 Jun 2023 01:43:24 +0300 Subject: [PATCH] kdesudo: do not set website and bug address if not set default to Katana links Signed-off-by: Ivailo Monev --- kdesudo/main.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/kdesudo/main.cpp b/kdesudo/main.cpp index fb727c0a..d109b364 100644 --- a/kdesudo/main.cpp +++ b/kdesudo/main.cpp @@ -58,11 +58,8 @@ int main(int argc, char **argv) "kdesudo", 0, ki18n("KdeSudo"), "3.4.2.3", ki18n("Sudo frontend for KDE"), KAboutData::License_GPL, - ki18n("(C) 2007 - 2008 Anthony Mercatante"), - KLocalizedString(), - "https://code.launchpad.net/kdesudo/"); - - about.setBugAddress("https://launchpad.net/kdesudo/+filebug"); + ki18n("(C) 2007 - 2008 Anthony Mercatante") + ); about.addAuthor(ki18n("Robert Gruber"), KLocalizedString(), "rgruber@users.sourceforge.net", "http://test.com");