Changeset 33075


Ignore:
Timestamp:
02/16/15 17:48:58 (8 years ago)
Author:
Stephan
Message:

3dmode testfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/avsettings.h

    r32890 r33075  
    203203        free(ret); ret = NULL;
    204204        ret = getmode3d();
     205        addchoicebox(mode3d, "off", _("Off"));
     206        addchoicebox(mode3d, "sbs", _("SideBySide"));
     207        addchoicebox(mode3d, "tab", _("TopAndBottom"));
    205208        setchoiceboxselection(mode3d, ret);
    206209        free(ret); ret = NULL;
Note: See TracChangeset for help on using the changeset viewer.