kdevelop/languages/cpp/app_templates

Sascha Cunz scunz at ng-projekt.de
Fri Jun 25 00:47:03 UTC 2004


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 at bugs.kde.org
CCMAIL: kdevelop-devel at 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);






More information about the KDevelop-devel mailing list