Changeset 32980
- Timestamp:
- 02/14/15 19:05:55 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/readerconfig/readerconfig.h
r32524 r32980 256 256 setchoiceboxselection(enable, node->enable); 257 257 258 addchoicebox(device, "/dev/sci0", _("first slot")); 259 addchoicebox(device, "/dev/sci1", _("second slot")); 258 if(checkbox("ATEMIO-NEMESIS") == 1) 259 { 260 addchoicebox(device, "/dev/sci1", _("first slot")); 261 addchoicebox(device, "/dev/sci0", _("second slot")); 262 } 263 else 264 { 265 addchoicebox(device, "/dev/sci0", _("first slot")); 266 addchoicebox(device, "/dev/sci1", _("second slot")); 267 } 260 268 setchoiceboxselection(device, node->device); 261 269
Note: See TracChangeset
for help on using the changeset viewer.