I think there's no point in pretending the reality is not
what it is, so make official what has been so in reality for some time: Martin is the maintainer. CCMAIL: kwin@kde.org svn path=/trunk/KDE/kdebase/workspace/; revision=1194646
This commit is contained in:
parent
3a3405ca9c
commit
884e8205cc
1 changed files with 2 additions and 1 deletions
3
main.cpp
3
main.cpp
|
@ -485,7 +485,8 @@ KDE_EXPORT int kdemain( int argc, char * argv[] )
|
|||
aboutData.addAuthor( ki18n( "Matthias Ettrich" ),KLocalizedString(), "ettrich@kde.org" );
|
||||
aboutData.addAuthor( ki18n( "Cristian Tibirna" ),KLocalizedString(), "tibirna@kde.org" );
|
||||
aboutData.addAuthor( ki18n( "Daniel M. Duley" ),KLocalizedString(), "mosfet@kde.org" );
|
||||
aboutData.addAuthor( ki18n( "Luboš Luňák" ), ki18n( "Maintainer" ), "l.lunak@kde.org" );
|
||||
aboutData.addAuthor( ki18n( "Luboš Luňák" ), KLocalizedString(), "l.lunak@kde.org" );
|
||||
aboutData.addAuthor( ki18n( "Martin Gräßlin" ), ki18n( "Maintainer" ), "kde@martin-graesslin.com" );
|
||||
|
||||
KCmdLineArgs::init( argc, argv, &aboutData );
|
||||
|
||||
|
|
Loading…
Reference in a new issue