mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-04 13:55:03 -06:00
Added @vlj to developers list (AboutDialog)
This commit is contained in:
parent
2bd6265a17
commit
98943fc9e8
@ -43,7 +43,7 @@ AboutDialog::AboutDialog(wxWindow *parent)
|
|||||||
|
|
||||||
//Credits
|
//Credits
|
||||||
wxBoxSizer* s_panel_credits(new wxBoxSizer(wxHORIZONTAL));
|
wxBoxSizer* s_panel_credits(new wxBoxSizer(wxHORIZONTAL));
|
||||||
wxStaticText* t_section1 = new wxStaticText(this, wxID_ANY, "\nDevelopers:\n\nDH\nAlexAltea\nHykem\nOil\nNekotekina\nelisha464\nBigpet", wxDefaultPosition, wxSize(156,160));
|
wxStaticText* t_section1 = new wxStaticText(this, wxID_ANY, "\nDevelopers:\n\nDH\nAlexAltea\nHykem\nOil\nNekotekina\nelisha464\nBigpet\nvlj", wxDefaultPosition, wxSize(156,160));
|
||||||
wxStaticText* t_section2 = new wxStaticText(this, wxID_ANY, "\nThanks:\n\nBlackDaemon\nAishou\nkrofna\nxsacha", wxDefaultPosition, wxSize(156,160));
|
wxStaticText* t_section2 = new wxStaticText(this, wxID_ANY, "\nThanks:\n\nBlackDaemon\nAishou\nkrofna\nxsacha", wxDefaultPosition, wxSize(156,160));
|
||||||
|
|
||||||
s_panel_credits->AddSpacer(12);
|
s_panel_credits->AddSpacer(12);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user