From dbc81f1537cf7bfd538d2306c84b860333b527a3 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Sun, 20 Sep 2015 09:59:31 -0600 Subject: [PATCH] Provide credit for patch by Wrolf Courtney (#754649) Add recognition for work done by Wrolf Courtney to display LVM logical volumes. Bug 754649 - Display Logical Volumes in Volume Group of LVM2 Partition --- AUTHORS | 3 +++ src/Win_GParted.cc | 1 + 2 files changed, 4 insertions(+) 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 " ) ;