From e2478902c9bd3b8c90bca5084c477711a792d398 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Mon, 1 May 2017 21:34:23 +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 cd4ca8cdd1..4ad3de0183 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\nJake (5315825)\nIan Reid\nTad Sherlock\nTyler Friesen\nFolzar\nPayton Williams\nRedPill Australia\nyanghong\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\nMohammed El-Serougi\nДима ~Ximer13~ Кулин\nJames Reed\nBaroqueSonata\n")); s_panel_credits->AddSpacer(12); s_panel_credits->Add(t_section1, 5);