Recognise contribution by Antoine Viallon
This commit is contained in:
parent
c9f47403b8
commit
415f502036
3
AUTHORS
3
AUTHORS
|
@ -26,6 +26,9 @@ Names are listed in alphabetical order by first name.
|
|||
Albert Young <youngac3@gmail.com>
|
||||
* Wrote patch to prevent hang labeling FAT if illegal chars in label
|
||||
|
||||
Antoine Viallon <antoine.viallon@gmail.com>
|
||||
* Added F2FS file system usage reading, resizing and checking.
|
||||
|
||||
Bart Harkvoort <gparted@users.sourceforge.net>
|
||||
* Original author of GParted.
|
||||
* Created and maintained up to official 0.3.3 release and
|
||||
|
|
|
@ -1880,6 +1880,7 @@ void Win_GParted::menu_help_about()
|
|||
strings .push_back( "Joan Lledó <joanlluislledo@gmail.com>" ) ;
|
||||
strings .push_back( "Pali Rohár <pali.rohar@gmail.com>" );
|
||||
strings .push_back( "Phillip Susi <psusi@cfl.rr.com>" ) ;
|
||||
strings .push_back( "Antoine Viallon <antoine.viallon@gmail.com>" );
|
||||
strings. push_back( "Michael Zimmermann <sigmaepsilon92@gmail.com>" ) ;
|
||||
dialog .set_authors( strings ) ;
|
||||
strings .clear() ;
|
||||
|
|
Loading…
Reference in New Issue