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