diff options
Diffstat (limited to 'twin/main.cpp')
-rw-r--r-- | twin/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/main.cpp b/twin/main.cpp index b726745a7..316892257 100644 --- a/twin/main.cpp +++ b/twin/main.cpp @@ -309,7 +309,7 @@ KDE_EXPORT int kdemain( int argc, char * argv[] ) KGlobal::locale()->setMainCatalogue("twin"); - KAboutData aboutData( "twin", I18N_NOOP("KWin"), + KAboutData aboutData( "twin", I18N_NOOP("TWin"), version, description, KAboutData::License_GPL, I18N_NOOP("(c) 1999-2005, The KDE Developers")); aboutData.addAuthor("Matthias Ettrich",0, "ettrich@kde.org"); |