From 81682eaf2955ca3ec228ff19746b47e3160ca4d9 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Wed, 2 Jan 2013 11:53:50 -0700 Subject: [PATCH] Provide credit in About dialog for contributions Recognize contributions by Sinlu Bes. --- src/Win_GParted.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc index c4ef7251..98145f28 100644 --- a/src/Win_GParted.cc +++ b/src/Win_GParted.cc @@ -1431,6 +1431,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( "Sinlu Bes " ) ; strings .push_back( "Luca Bruno " ) ; strings .push_back( "Jérôme Dumesnil " ) ; strings .push_back( "Markus Elfring " ) ;