Provide credit in About dialog for significant contributions (#678486)

Closes Bug #678486 - Provide Credit in About Dialog for Significant
                     Contributions
This commit is contained in:
Curtis Gedak 2012-06-30 11:26:34 -06:00
parent 66961a9057
commit 9591b2de08
1 changed files with 11 additions and 1 deletions

View File

@ -1413,8 +1413,18 @@ void Win_GParted::menu_help_about()
dialog .set_copyright( "Copyright © 2004-2006 Bart Hakvoort\nCopyright © 2008-2012 Curtis Gedak" ) ;
//authors
strings .push_back( "Bart Hakvoort <gparted@users.sf.net>" ) ;
//Names listed in alphabetical order by LAST name.
//See also AUTHORS file -- names listed in opposite order to try to be fair.
strings .push_back( "Luca Bruno <lucab@debian.org>" ) ;
strings .push_back( "Jérôme Dumesnil <jerome.dumesnil@gmail.com>" ) ;
strings .push_back( "Markus Elfring <elfring@users.sourceforge.net>" ) ;
strings .push_back( "Mike Fleetwood <mike.fleetwood@googlemail.com>" ) ;
strings .push_back( "Curtis Gedak <gedakc@users.sf.net>" ) ;
strings .push_back( "Rogier Goossens <goossens.rogier@gmail.com>" ) ;
strings .push_back( "Bart Hakvoort <gparted@users.sf.net>" ) ;
strings .push_back( "Seth Heeren <sgheeren@gmail.com>" ) ;
strings .push_back( "Joan Lledó <joanlluislledo@gmail.com>" ) ;
strings .push_back( "Phillip Susi <psusi@cfl.rr.com>" ) ;
dialog .set_authors( strings ) ;
strings .clear() ;