mp3.c
branchtrunk
changeset 25 887faebaba0a
parent 24 0598c933ccae
child 29 640ce9201139
     1.1 --- a/mp3.c	Wed Feb 04 19:34:25 2009 +0800
     1.2 +++ b/mp3.c	Thu Feb 12 20:47:23 2009 +0800
     1.3 @@ -1541,6 +1541,9 @@
     1.4  #if APIVERSNUM < 10507
     1.5    RegisterI18n(Phrases);
     1.6  #endif
     1.7 +#if APIVERSNUM < 10503
     1.8 +  cCharSetConv::SetSystemCharacterTableX(I18nCharSets()[Setup.OSDLanguage]);
     1.9 +#endif
    1.10    mgr=new cPlayManager;
    1.11    if(!mgr) {
    1.12      esyslog("ERROR: creating playmanager failed");