From kde-commits Thu Jun 24 22:46:39 2004 From: Sascha Cunz Date: Thu, 24 Jun 2004 22:46:39 +0000 To: kde-commits Subject: kdevelop/languages/cpp/app_templates Message-Id: <20040624224639.28F509974 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=108811720509701 CVS commit by cunz: At least fix the remaining $LICENSE$ texts in templates I yet did not have the time to redo the stuff which should translate "GPL+Qt-Exception" into "GPL", so i cannot close this yet. Does this need to get into Beta1? I personally think that being not able to compile a KDE Application out of the box is a grave-bug for the KDE IDE. CCMAIL: 83191@bugs.kde.org CCMAIL: kdevelop-devel@kdevelop.org M +1 -1 kpartapp/main.cpp 1.5 M +1 -1 kxt/main.cpp 1.5 --- kdevelop/languages/cpp/app_templates/kpartapp/main.cpp #1.4:1.5 @@ -20,5 +20,5 @@ int main(int argc, char **argv) { KAboutData about("%{APPNAMELC}", I18N_NOOP("%{APPNAME}"), version, description, - KAboutData::License_$LICENSE$, "(C) %{YEAR} %{AUTHOR}", 0, 0, "%{EMAIL}"); + KAboutData::License_%{LICENSE}, "(C) %{YEAR} %{AUTHOR}", 0, 0, "%{EMAIL}"); about.addAuthor( "%{AUTHOR}", 0, "%{EMAIL}" ); KCmdLineArgs::init(argc, argv, &about); --- kdevelop/languages/cpp/app_templates/kxt/main.cpp #1.4:1.5 @@ -20,5 +20,5 @@ int main(int argc, char **argv) { KAboutData about("%{APPNAMELC}", I18N_NOOP("%{APPNAME}"), version, description, - KAboutData::License_$LICENSE$, "(C) %{YEAR} %{AUTHOR}", 0, 0, "%{EMAIL}"); + KAboutData::License_%{LICENSE}, "(C) %{YEAR} %{AUTHOR}", 0, 0, "%{EMAIL}"); about.addAuthor( "%{AUTHOR}", 0, "%{EMAIL}" ); KCmdLineArgs::init(argc, argv, &about);