From 631c5d45e386fcec4e96ca49d7319d65163ed9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Mon, 26 Nov 2001 10:21:43 +0000 Subject: [PATCH] adding missing i18n() svn path=/trunk/kdebase/kwin/; revision=124261 --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index b2c8bf2e5d..4180a403df 100644 --- a/main.cpp +++ b/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");