forked from len0rd/rockbox
fixed international chars
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@636 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aa11e3eae3
commit
95cdff16fc
1 changed files with 29 additions and 24 deletions
|
|
@ -17,8 +17,6 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
//#ifdef __ROCKBOX_CREDITS_H__
|
||||
|
||||
#include "credits.h"
|
||||
#include "lcd.h"
|
||||
#include "kernel.h"
|
||||
|
|
@ -27,7 +25,7 @@
|
|||
|
||||
struct credit credits[CREDIT_COUNT] = {
|
||||
{ "[Credits]", "" },
|
||||
{ "Björn Stenberg", "Originator, project manager, code" },
|
||||
{ "Bjorn Stenberg", "Originator, project manager, code" },
|
||||
{ "Linus Nielsen Feltzing", "Electronics, code" },
|
||||
{ "Andy Choi", "Checksums" },
|
||||
{ "Andrew Jamieson", "Schematics, electronics" },
|
||||
|
|
@ -39,10 +37,10 @@ struct credit credits[CREDIT_COUNT] = {
|
|||
{ "Stuart Martin", "Code" },
|
||||
{ "Felix Arends", "Code" },
|
||||
{ "Ulf Ralberg", "Thread embryo" },
|
||||
{ "David Härdeman", "Initial ID3 code" },
|
||||
{ "David Hardeman", "Initial ID3 code" },
|
||||
{ "Thomas Saeys", "Logo" },
|
||||
{ "Grant Wier", "Code" },
|
||||
{ "Julien Labruyére", "Donated Archos Player" },
|
||||
{ "Julien Labruyere", "Donated Archos Player" },
|
||||
{ "Nicolas Sauzede", "Display research" },
|
||||
{ "Robert Hak", "Code, FAQ, Sarcasm" },
|
||||
{ "Dave Chapman", "Code" },
|
||||
|
|
@ -76,4 +74,11 @@ void show_credits(void)
|
|||
|
||||
}
|
||||
|
||||
//#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue