mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
kdesudo: do not set website and bug address
if not set default to Katana links Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
962609c26c
commit
b358e20491
1 changed files with 2 additions and 5 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue