From 4b341c8dd904b24a38bf51e89cb100313ab4f6bf Mon Sep 17 00:00:00 2001 From: Mike Fleetwood Date: Tue, 30 Oct 2018 16:30:02 +0000 Subject: [PATCH] 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ó * 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 + * Created OptionComboBox.h, OptionComboBox.cc. + * Modernised the code to use Gtkmm 2.24. + Luca Bruno * 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 " ); strings .push_back( "Sinlu Bes " ) ; strings .push_back( "Luca Bruno " ) ; strings .push_back( "Wrolf Courtney " ) ;