Changeset 37139 for titan/titan/adjust.h


Ignore:
Timestamp:
02/14/16 16:13:23 (7 years ago)
Author:
gost
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/adjust.h

    r37119 r37139  
    176176        addchoicebox(screenanim, "4", _("left to right"));
    177177        addchoicebox(screenanim, "5", _("top to bottom"));
     178        if(checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1)
     179        {
     180                addchoicebox(screenanim, "11", _("slide from left"));
     181                addchoicebox(screenanim, "12", _("slide from bottom"));
     182        }
    178183#endif
    179184        setchoiceboxselection(screenanim, getconfig("screenanim", NULL));
Note: See TracChangeset for help on using the changeset viewer.