From 49daecc4eafbdede9d140ccd96e576dcf7efabad Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Thu, 6 Apr 2017 18:34:10 +0300 Subject: [PATCH] Update supporters --- rpcs3/Gui/AboutDialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Gui/AboutDialog.h b/rpcs3/Gui/AboutDialog.h index 6df7f64b76..cd4ca8cdd1 100644 --- a/rpcs3/Gui/AboutDialog.h +++ b/rpcs3/Gui/AboutDialog.h @@ -44,7 +44,7 @@ public: wxStaticText* t_section2 = new wxStaticText(this, wxID_ANY, fmt::FromUTF8(u8"\nContributors:\n\nBlackDaemon\nelisha464\nAishou\nkrofna\nxsacha\ndanilaml\nunknownbrackets\nZangetsu38\nlioncash\nachurch\ndarkf\nSyphurith\nBlaypeg\nSurvanium90\ngeorgemoralis\nikki84\n")); wxStaticText* t_section3 = new wxStaticText(this, wxID_ANY, - fmt::FromUTF8(u8"\nSupporters:\n\nHoward Garrison\nEXPotemkin\nMarko V.\ndanhp\n")); + fmt::FromUTF8(u8"\nSupporters:\n\nHoward Garrison\nEXPotemkin\nMarko V.\ndanhp\nJake (5315825)\nIan Reid\nTad Sherlock\nTyler Friesen\nFolzar\nPayton Williams\nRedPill Australia\nyanghong\n")); s_panel_credits->AddSpacer(12); s_panel_credits->Add(t_section1, 5);