diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 16:06:07 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 16:06:07 -0500 |
commit | 284ef1c282448d811f6c32443da9d920be959018 (patch) | |
tree | e2d9fd375f60ae0208794a3b83f17e3c9934a91e /kode/kxml_compiler | |
parent | 2d5f15c865de75f3147bd849ef81d3ed034f8104 (diff) | |
download | tdepim-284ef1c282448d811f6c32443da9d920be959018.tar.gz tdepim-284ef1c282448d811f6c32443da9d920be959018.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kode/kxml_compiler')
-rw-r--r-- | kode/kxml_compiler/kxml_compiler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kode/kxml_compiler/kxml_compiler.cpp b/kode/kxml_compiler/kxml_compiler.cpp index 71720d6b..fbf25ec1 100644 --- a/kode/kxml_compiler/kxml_compiler.cpp +++ b/kode/kxml_compiler/kxml_compiler.cpp @@ -57,8 +57,8 @@ static const KCmdLineOptions options[] = int main( int argc, char **argv ) { - KAboutData aboutData( "kxml_compiler", I18N_NOOP("KDE xml compiler"), "0.1", - I18N_NOOP("KDE XML Compiler") , KAboutData::License_LGPL ); + KAboutData aboutData( "kxml_compiler", I18N_NOOP("TDE xml compiler"), "0.1", + I18N_NOOP("TDE XML Compiler") , KAboutData::License_LGPL ); aboutData.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" ); KCmdLineArgs::init( argc, argv, &aboutData ); |