From e4ef2a386f30c15302b2d05a8536009c9630eab0 Mon Sep 17 00:00:00 2001 From: Dan G Date: Mon, 31 Oct 2022 11:57:25 +0200 Subject: [PATCH] add contributor: danryu --- src/util.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util.cpp b/src/util.cpp index 995d35d730..e80203b8b8 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -685,6 +685,7 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : CBaseDlg ( parent ) "

Rob-NY (Rob-NY)

" "

Thai Pangsakulyanont (dtinth)

" "

Peter Goderie (pgScorpio)

" + "

Dan Garton (danryu)

" "
" + tr ( "For details on the contributions check out the %1" ) .arg ( "" + tr ( "Github Contributors list" ) + "." ) );