Changeset 33116
- Timestamp:
- 02/17/15 17:18:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/avsettings.h
r33075 r33116 203 203 free(ret); ret = NULL; 204 204 ret = getmode3d(); 205 addchoicebox(mode3d, "off", _("Off")); 205 // does not work 206 /*addchoicebox(mode3d, "off", _("Off")); 206 207 addchoicebox(mode3d, "sbs", _("SideBySide")); 207 addchoicebox(mode3d, "tab", _("TopAndBottom")); 208 addchoicebox(mode3d, "tab", _("TopAndBottom"));*/ 208 209 setchoiceboxselection(mode3d, ret); 209 210 free(ret); ret = NULL;
Note: See TracChangeset
for help on using the changeset viewer.