diff options
author | Chris <[email protected]> | 2019-07-16 18:39:48 +0200 |
---|---|---|
committer | Chris <[email protected]> | 2019-07-16 18:39:48 +0200 |
commit | 106bbb805e92a09af271eaa0cb9a07dc576130b0 (patch) | |
tree | b25dca6e6acf74a3dfe8792157b86d9a93bc0f94 | |
parent | 3aee1f8af02a34f68c4f08b3df81c4efba9f313f (diff) | |
download | kbarcode-106bbb805e92a09af271eaa0cb9a07dc576130b0.tar.gz kbarcode-106bbb805e92a09af271eaa0cb9a07dc576130b0.zip |
Remove old upstream URL.
Signed-off-by: Chris <[email protected]>
-rw-r--r-- | kbarcode/main.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kbarcode/main.cpp b/kbarcode/main.cpp index b2384e9..2e05e99 100644 --- a/kbarcode/main.cpp +++ b/kbarcode/main.cpp @@ -83,9 +83,7 @@ int main(int argc, char *argv[]) { TDEAboutData aboutData( "kbarcode", I18N_NOOP("KBarcode"), VERSION, I18N_NOOP( "KBarcode is a barcode and label printing application for TDE." - ), TDEAboutData::License_GPL, "KBarcode Build:\n" __DATE__ " " __TIME__ - , "(c) 2001-2006, Dominik Seichter\n\n", - "http://www.kbarcode.net", "[email protected]" ); + ), TDEAboutData::License_GPL, "(c) 2001-2006, Dominik Seichter\n\n" ); aboutData.addAuthor("Dominik Seichter", I18N_NOOP("Programmer"), "[email protected]"); aboutData.addAuthor("Stefan \"Stonki\" Onken", |