Recognise contribution by Luca Bacci

This commit is contained in:
Mike Fleetwood 2018-10-30 16:30:02 +00:00
parent 2fad309601
commit 4b341c8dd9
2 changed files with 5 additions and 0 deletions

View file

@ -67,6 +67,10 @@ Joan Lledó <joanlluislledo@gmail.com>
* Created Dialog_Rescue_Data.h, Dialog_Rescue_Data.cc to attempt data rescue.
* Wrote patch to add attempt data rescue for lost partitions.
Luca Bacci <luca.bacci982@gmail.com>
* Created OptionComboBox.h, OptionComboBox.cc.
* Modernised the code to use Gtkmm 2.24.
Luca Bruno <lucab@debian.org>
* Created btrfs.h, btrfs.cc to support btrfs file system.
* Wrote patch for initial btrfs support.

View file

@ -1742,6 +1742,7 @@ void Win_GParted::menu_help_about()
//authors
//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 Bacci <luca.bacci982@gmail.com>" );
strings .push_back( "Sinlu Bes <e80f00@gmail.com>" ) ;
strings .push_back( "Luca Bruno <lucab@debian.org>" ) ;
strings .push_back( "Wrolf Courtney <wrolf@wrolf.net>" ) ;