[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdevelop/languages/cpp/app_templates
From:       Sascha Cunz <scunz () ng-projekt ! de>
Date:       2004-06-24 22:46:39
Message-ID: 20040624224639.28F509974 () office ! kde ! org
[Download RAW message or body]

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);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic