Update AUTHORS file and Help > About > Credits
Provide credit for patch by Pali Rohár.
This commit is contained in:
parent
7feb84a219
commit
62a7465fd2
3
AUTHORS
3
AUTHORS
|
@ -105,6 +105,9 @@ Mike Fleetwood <mike.fleetwood@googlemail.com>
|
||||||
* Created lvm2_pv.h, lvm2_pv.cc to support Logical Volume Management.
|
* Created lvm2_pv.h, lvm2_pv.cc to support Logical Volume Management.
|
||||||
* Created LVM2_PV_Info.h, LVM2_PV_Info.h for LMV data cache.
|
* Created LVM2_PV_Info.h, LVM2_PV_Info.h for LMV data cache.
|
||||||
|
|
||||||
|
Pali Rohár <pali.rohar@gmail.com>
|
||||||
|
* Created udf.h, udf.cc to support the udf file system.
|
||||||
|
|
||||||
Patrick Verner <exodusrobot@yahoo.com>
|
Patrick Verner <exodusrobot@yahoo.com>
|
||||||
* Created f2fs.h, f2fs.cc to support f2fs file system.
|
* Created f2fs.h, f2fs.cc to support f2fs file system.
|
||||||
|
|
||||||
|
|
|
@ -1696,6 +1696,7 @@ void Win_GParted::menu_help_about()
|
||||||
strings .push_back( "Bart Hakvoort <gparted@users.sf.net>" ) ;
|
strings .push_back( "Bart Hakvoort <gparted@users.sf.net>" ) ;
|
||||||
strings .push_back( "Seth Heeren <sgheeren@gmail.com>" ) ;
|
strings .push_back( "Seth Heeren <sgheeren@gmail.com>" ) ;
|
||||||
strings .push_back( "Joan Lledó <joanlluislledo@gmail.com>" ) ;
|
strings .push_back( "Joan Lledó <joanlluislledo@gmail.com>" ) ;
|
||||||
|
strings .push_back( "Pali Rohár <pali.rohar@gmail.com>" );
|
||||||
strings .push_back( "Phillip Susi <psusi@cfl.rr.com>" ) ;
|
strings .push_back( "Phillip Susi <psusi@cfl.rr.com>" ) ;
|
||||||
strings. push_back( "Michael Zimmermann <sigmaepsilon92@gmail.com>" ) ;
|
strings. push_back( "Michael Zimmermann <sigmaepsilon92@gmail.com>" ) ;
|
||||||
dialog .set_authors( strings ) ;
|
dialog .set_authors( strings ) ;
|
||||||
|
|
Loading…
Reference in New Issue