Changeset 28026


Ignore:
Timestamp:
03/28/14 04:59:34 (10 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/settings_mediabutton.h

    r28021 r28026  
    1717
    1818        addmenulist(&mlist, "Media Plugins List", NULL, NULL, 0, 0);
    19         addmenulist(&mlist, "RecordPlayer", NULL, NULL, 0, 0);
     19        addmenulist(&mlist, "Record Player", NULL, NULL, 0, 0);
    2020
    2121        while(child != NULL)
     
    4747        }
    4848       
    49         addmenulist(&mlist, "MediaPlayer", NULL, NULL, 0, 0);
     49        addmenulist(&mlist, "Media Player", NULL, NULL, 0, 0);
    5050
    5151        char* mediakey = getconfig("mediakey", NULL);
Note: See TracChangeset for help on using the changeset viewer.