Changeset 38725
- Timestamp:
- 09/11/16 19:07:07 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/moduleconfig.h
r38723 r38725 91 91 clearscreen(channelslotlist); 92 92 struct mainbouquet* mbouquet = screenmainbouquet(); 93 93 94 94 mainbouquet2channelslot(mbouquet, slot); 95 95 delmarkedscreennodes(channelslotlist, 1); 96 96 createchannelslotlist(channelslotlist, listbox, slot); 97 97 98 98 drawscreen(channelslotlist, 0, 0); 99 99 } … … 194 194 free(tmpstr); tmpstr = NULL; 195 195 196 addchoicebox(tmp, "0", _(" activate"));197 addchoicebox(tmp, "1", _(" deactivate"));196 addchoicebox(tmp, "0", _("Active")); 197 addchoicebox(tmp, "1", _("Inactive")); 198 198 if(ostrstr(lockcaids, ret[i].part) != NULL) 199 199 setchoiceboxselection(tmp, "1"); … … 435 435 rcret = waitrc(moduleconfig, 2000, 0); 436 436 tmp = listbox->select; 437 437 438 438 printf("listbox->select->text: %s\n",listbox->select->text); 439 439 printf("listbox->select->name: %s\n",listbox->select->name); … … 513 513 drawscreen(moduleconfig, 0, 0); 514 514 } 515 515 516 516 if(rcret == RCTIMEOUT) goto start; 517 517 }
Note: See TracChangeset
for help on using the changeset viewer.