Changeset 33188
- Timestamp:
- 02/18/15 18:59:59 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/instar/instar.h
r33186 r33188 207 207 addchoicebox(typCam1, "0", "0"); 208 208 addchoicebox(typCam1, "1", "1"); 209 setchoiceboxselection(typCam1, getconfig int("instar_1", NULL));209 setchoiceboxselection(typCam1, getconfig("instar_1", NULL)); 210 210 changemask(ipCam1, "abcdefghijklmnopqrstuvwxyz"); 211 211 changeinput(ipCam1, getlist(myconfig, "InstarCam1IP", NULL)); … … 222 222 addchoicebox(typCam2, "0", "0"); 223 223 addchoicebox(typCam2, "1", "1"); 224 setchoiceboxselection(typCam2, getconfig int("instar_2", NULL));224 setchoiceboxselection(typCam2, getconfig("instar_2", NULL)); 225 225 changemask(ipCam2, "abcdefghijklmnopqrstuvwxyz"); 226 226 changeinput(ipCam2, getlist(myconfig, "InstarCam2IP", NULL));
Note: See TracChangeset
for help on using the changeset viewer.