Changeset 38729 for titan/titan/moduleconfig.h
- Timestamp:
- 09/11/16 20:21:24 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/moduleconfig.h
r38725 r38729 194 194 free(tmpstr); tmpstr = NULL; 195 195 196 addchoicebox(tmp, "0", _(" Active"));197 addchoicebox(tmp, "1", _(" Inactive"));196 addchoicebox(tmp, "0", _("used")); 197 addchoicebox(tmp, "1", _("locked")); 198 198 if(ostrstr(lockcaids, ret[i].part) != NULL) 199 199 setchoiceboxselection(tmp, "1");
Note: See TracChangeset
for help on using the changeset viewer.