adding missing i18n()

svn path=/trunk/kdebase/kwin/; revision=124261
icc-effect-5.14.5
Lukáš Tinkl 2001-11-26 10:21:43 +00:00
parent 148b88256e
commit 631c5d45e3
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ int kdemain( int argc, char * argv[] )
KAboutData aboutData( "kwin", I18N_NOOP("KWin"),
version, description, KAboutData::License_BSD,
"(c) 1999-2001, The KDE Developers");
I18N_NOOP("(c) 1999-2001, The KDE Developers"));
aboutData.addAuthor("Matthias Ettrich",0, "ettrich@kde.org");
aboutData.addAuthor("Daniel M. Duley",0, "mosfet@kde.org");