From b0028124463f4f6fb1896ce4413d1e62aa3a459d Mon Sep 17 00:00:00 2001 From: Alex Zepeda Date: Sat, 22 Jan 2000 19:26:02 +0000 Subject: [PATCH] GPL -> License_GPL (Yes, I know it was a difficult fix). svn path=/trunk/kdebase/konsole/; revision=39016 --- src/main.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.C b/src/main.C index 09bfc33a..b86a97fb 100644 --- a/src/main.C +++ b/src/main.C @@ -992,7 +992,7 @@ int main(int argc, char* argv[]) eargs.append(shell); KAboutData aboutData( PACKAGE, I18N_NOOP("Konsole"), - VERSION, description, KAboutData::GPL, + VERSION, description, KAboutData::License_GPL, "(c) 1997-2000, Lars Doelle"); aboutData.addAuthor("Lars Doelle",0, "lars.doelle@on-line.de"); aboutData.addAuthor("Matthias Ettrich",0, "ettrich@kde.org");