Ignore:
Timestamp:
04/11/12 19:26:57 (12 years ago)
Author:
obi
Message:

[titan] update grid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/mc/mc_videoplayer_settings.h

    r15216 r15220  
    2222        setchoiceboxselection(dirsort, getconfig("dirsort", NULL));
    2323
     24        addchoicebox(view, "0", "fast");
     25        addchoicebox(view, "1", "big");
     26        addchoicebox(view, "2", "cover");       
     27        addchoicebox(view, "3", "default");
     28        addchoicebox(view, "4", "details");
     29        addchoicebox(view, "5", "fullcover");
    2430
    25         addchoicebox(view, "0", "default");     
    26         addchoicebox(view, "1", "cover");       
    27         addchoicebox(view, "2", "size");
    28         addchoicebox(view, "3", "details");
    29        
    3031//      addchoicebox(view, "0", _("default")); 
    3132//      addchoicebox(view, "1", _("cover"));   
Note: See TracChangeset for help on using the changeset viewer.