Ignore:
Timestamp:
09/11/16 20:21:24 (7 years ago)
Author:
Stephan
Message:

caid next try

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/moduleconfig.h

    r38725 r38729  
    194194                                free(tmpstr); tmpstr = NULL;
    195195
    196                                 addchoicebox(tmp, "0", _("Active"));
    197                                 addchoicebox(tmp, "1", _("Inactive"));
     196                                addchoicebox(tmp, "0", _("used"));
     197                                addchoicebox(tmp, "1", _("locked"));
    198198                                if(ostrstr(lockcaids, ret[i].part) != NULL)
    199199                                        setchoiceboxselection(tmp, "1");
Note: See TracChangeset for help on using the changeset viewer.