From 9fb120c33c50e1eccef316980bb25d10f0add7a9 Mon Sep 17 00:00:00 2001 From: Rob-NY Date: Thu, 17 Feb 2022 11:49:52 -0500 Subject: [PATCH] Added credit line per ann0see request --- src/util.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util.cpp b/src/util.cpp index ee814ca747..fdebffc1d5 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -491,6 +491,7 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : CBaseDlg ( parent ) "

Jiri Popek (jardous)

" "

Gary Wang (BLumia)

" "

RobyDati (RobyDati)

" + "

Rob-NY (Rob-NY)

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