adding missing i18n()
svn path=/trunk/kdebase/kwin/; revision=124261
This commit is contained in:
parent
148b88256e
commit
631c5d45e3
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue