mirror of https://github.com/PCSX2/pcsx2.git
Adding avih to the list of coders and a special mention for Jake :p
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4468 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
ec19e9738e
commit
7271ab1bdf
|
@ -40,7 +40,7 @@ Dialogs::AboutBoxDialog::AboutBoxDialog( wxWindow* parent )
|
|||
// [TODO] : About box should be upgraded to use scrollable read-only text boxes.
|
||||
|
||||
wxString LabelAuthors = wxsFormat(
|
||||
L"Arcum42, Refraction, drk||raziel, cottonvibes, gigaherz, "
|
||||
L"Arcum42, avih, Refraction, drk||raziel, cottonvibes, gigaherz, "
|
||||
L"rama, Jake.Stine, saqib, pseudonym, gregory.hainaut"
|
||||
L"\n\n"
|
||||
L"%s: Alexey silinov, Aumatt, "
|
||||
|
@ -62,7 +62,7 @@ Dialogs::AboutBoxDialog::AboutBoxDialog( wxWindow* parent )
|
|||
L"Gabest (Gsdx, Cdvdolio, Xpad), Zeydlitz (ZZogl)"
|
||||
L"\n\n"
|
||||
L"%s: black_wd, Belmont, BGome, _Demo_, Dreamtime, "
|
||||
L"F|RES, MrBrown, razorblade, Seta-san, Skarmeth, feal87, Athos",
|
||||
L"F|RES, Jake.Stine, MrBrown, razorblade, Seta-san, Skarmeth, feal87, Athos",
|
||||
_("Plugin Specialists"), _("Special thanks to"));
|
||||
|
||||
// This sizer holds text of the authors and a logo!
|
||||
|
|
Loading…
Reference in New Issue