diff --git a/AUTHORS b/AUTHORS index 9b94a125..3d6886f9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -134,3 +134,6 @@ Stephen Kirkby Vincent Untz * Wrote small patch to correctly link to gthread + +Wrolf Courtney + * Wrote patch to display logical volumes in LVM2 partition volume group diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc index a003a368..72ec8a88 100644 --- a/src/Win_GParted.cc +++ b/src/Win_GParted.cc @@ -1633,6 +1633,7 @@ void Win_GParted::menu_help_about() //See also AUTHORS file -- names listed in opposite order to try to be fair. strings .push_back( "Sinlu Bes " ) ; strings .push_back( "Luca Bruno " ) ; + strings .push_back( "Wrolf Courtney " ) ; strings .push_back( "Jérôme Dumesnil " ) ; strings .push_back( "Markus Elfring " ) ; strings .push_back( "Mike Fleetwood " ) ;