Changeset 28021


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

fix

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/keyactions.h

    r28015 r28021  
    6666                if(key == 3)
    6767                {
    68                         addmenulist(&mlist, "RecordPlayer", NULL, NULL, 0, 0);
     68                        addmenulist(&mlist, "Record Player", NULL, NULL, 0, 0);
    6969                        while(child != NULL)
    7070                        {
     
    9494                                child = child->next;
    9595                        }
    96                         addmenulist(&mlist, "MediaPlayer", NULL, NULL, 0, 0);
     96                        addmenulist(&mlist, "Media Player", NULL, NULL, 0, 0);
    9797                }
    9898                else
     
    205205                return;
    206206        }
    207         else if(ostrcmp(keyconf, "RecordPlayer") == 0)
     207        else if(ostrcmp(keyconf, "Record Player") == 0)
    208208        {
    209209                screenplay(NULL, NULL, 1, 0);
     
    212212                return;
    213213        }
    214         else if(ostrcmp(keyconf, "MediaPlayer") == 0)
     214        else if(ostrcmp(keyconf, "Media Player") == 0)
    215215        {
    216216                screenplay(NULL, NULL, 0, 0);
  • titan/titan/settings_mediabutton.h

    r28019 r28021  
    1111// needed for translation
    1212        char* tmptxt = NULL;
    13         tmptxt = ostrcat(tmptxt, _("RecordPlayer"), 1, 0);
     13        tmptxt = ostrcat(tmptxt, _("Record Player"), 1, 0);
    1414        tmptxt = ostrcat(tmptxt, _("Media Plugins List"), 1, 0);
    15         tmptxt = ostrcat(tmptxt, _("MediaPlayer"), 1, 0);
     15        tmptxt = ostrcat(tmptxt, _("Media Player"), 1, 0);
    1616        free(tmptxt), tmptxt = NULL;
    1717
Note: See TracChangeset for help on using the changeset viewer.