From fb5fde89a2199f84d00e24d785213824d1c0ea8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 15 Nov 2004 14:57:37 +0000 Subject: [PATCH] Mark me as the maintainer. svn path=/trunk/kdebase/ksmserver/; revision=363181 --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index f9393fdc25..b44889a0f4 100644 --- a/main.cpp +++ b/main.cpp @@ -249,7 +249,7 @@ int kdemain( int argc, char * argv[] ) aboutData.addAuthor("Matthias Ettrich",0, "ettrich@kde.org"); aboutData.addAuthor("Cristian Tibirna",0, "tibirna@kde.org"); aboutData.addAuthor("Daniel M. Duley",0, "mosfet@kde.org"); - aboutData.addAuthor("Lubos Lunak", 0, "l.lunak@kde.org"); + aboutData.addAuthor("Luboš Luňák", I18N_NOOP( "Maintainer" ), "l.lunak@kde.org"); KCmdLineArgs::init(argc, argv, &aboutData); KCmdLineArgs::addCmdLineOptions( args );