[gparted] Recognise contribution by Luca Bacci



commit 4b341c8dd904b24a38bf51e89cb100313ab4f6bf
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date:   Tue Oct 30 16:30:02 2018 +0000

    Recognise contribution by Luca Bacci

 AUTHORS            | 4 ++++
 src/Win_GParted.cc | 1 +
 2 files changed, 5 insertions(+)
---
diff --git a/AUTHORS b/AUTHORS
index aaee83a0..964ea903 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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.
diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc
index ddd74049..ca994298 100644
--- a/src/Win_GParted.cc
+++ b/src/Win_GParted.cc
@@ -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>" ) ;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]