diff options
author | Chris <[email protected]> | 2019-07-16 19:33:18 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-07-16 20:34:51 +0200 |
commit | 4d9d1eaf585df083d3e28b73c464aeaee7723070 (patch) | |
tree | 9141576909d801dec1445520c1f08ed154ceb6dd /kooka | |
parent | b6ad3fefa99743f3d056c70d0c981c33ee3cb9d2 (diff) | |
download | tdegraphics-4d9d1eaf585df083d3e28b73c464aeaee7723070.tar.gz tdegraphics-4d9d1eaf585df083d3e28b73c464aeaee7723070.zip |
Remove old upstream URL.
Signed-off-by: Chris <[email protected]>
(cherry picked from commit e8af185d02894ee5a9ef3371430a9066c6d6000f)
Diffstat (limited to 'kooka')
-rw-r--r-- | kooka/main.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/kooka/main.cpp b/kooka/main.cpp index 67caed2c..1de30a0c 100644 --- a/kooka/main.cpp +++ b/kooka/main.cpp @@ -44,8 +44,8 @@ #include "version.h" static const char description[] = - "Kooka is a KDE application which provides access to scanner hardware\n" - "using the SANE library.\n" + "Kooka is a TDE application which provides access to scanner hardware\n" + "using the SANE library.\n\n" "Kooka helps you scan, save your image in the correct image format\n" "and perform Optical Character Recognition on it, using gocr, Joerg\n" "Schulenburg's and friends' Open Source ocr program."; @@ -74,8 +74,7 @@ static TDECmdLineOptions options[] = int main( int argc, char *argv[] ) { TDEAboutData about("kooka", I18N_NOOP("Kooka"), KOOKA_VERSION, I18N_NOOP(description), - TDEAboutData::License_GPL_V2, "(C) 2000 Klaas Freitag", 0, - I18N_NOOP("http://kooka.kde.org")); + TDEAboutData::License_GPL_V2, "(C) 2000 Klaas Freitag", 0); about.addAuthor( "Klaas Freitag", I18N_NOOP("developer"), "[email protected]" ); about.addAuthor( "Mat Colton", I18N_NOOP("graphics, web"), "[email protected]" ); |