From 041d7b6f73fbe38cb59b395d5324e3939de07397 Mon Sep 17 00:00:00 2001 From: Thai Pangsakulyanont Date: Thu, 10 Mar 2022 04:17:05 +0000 Subject: [PATCH] Add myself to contributor list Per comment on https://github.com/jamulussoftware/jamulus/pull/1975#issuecomment-1062770759 --- src/util.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util.cpp b/src/util.cpp index 1fbbc7adb9..8ae0afb411 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -492,6 +492,7 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : CBaseDlg ( parent ) "

Gary Wang (BLumia)

" "

RobyDati (RobyDati)

" "

Rob-NY (Rob-NY)

" + "

Thai Pangsakulyanont (dtinth)

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