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
This commit is contained in:
Curtis Gedak 2015-09-20 09:59:31 -06:00 committed by Mike Fleetwood
parent 2d55b74699
commit dbc81f1537
2 changed files with 4 additions and 0 deletions

View file

@ -134,3 +134,6 @@ Stephen Kirkby <mail@stephenkirkby.co.uk>
Vincent Untz <vuntz@gnome.org>
* Wrote small patch to correctly link to gthread
Wrolf Courtney <wrolf@wrolf.net>
* Wrote patch to display logical volumes in LVM2 partition volume group

View file

@ -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 <e80f00@gmail.com>" ) ;
strings .push_back( "Luca Bruno <lucab@debian.org>" ) ;
strings .push_back( "Wrolf Courtney <wrolf@wrolf.net>" ) ;
strings .push_back( "Jérôme Dumesnil <jerome.dumesnil@gmail.com>" ) ;
strings .push_back( "Markus Elfring <elfring@users.sourceforge.net>" ) ;
strings .push_back( "Mike Fleetwood <mike.fleetwood@googlemail.com>" ) ;