Recognise contribution by Antoine Viallon

This commit is contained in:
Mike Fleetwood 2019-03-23 11:53:39 +00:00
parent c9f47403b8
commit 415f502036
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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() ;