Changeset 33116


Ignore:
Timestamp:
02/17/15 17:18:54 (8 years ago)
Author:
Stephan
Message:

revert, does not work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/avsettings.h

    r33075 r33116  
    203203        free(ret); ret = NULL;
    204204        ret = getmode3d();
    205         addchoicebox(mode3d, "off", _("Off"));
     205// does not work
     206        /*addchoicebox(mode3d, "off", _("Off"));
    206207        addchoicebox(mode3d, "sbs", _("SideBySide"));
    207         addchoicebox(mode3d, "tab", _("TopAndBottom"));
     208        addchoicebox(mode3d, "tab", _("TopAndBottom"));*/       
    208209        setchoiceboxselection(mode3d, ret);
    209210        free(ret); ret = NULL;
Note: See TracChangeset for help on using the changeset viewer.