Changeset 38725


Ignore:
Timestamp:
09/11/16 19:07:07 (7 years ago)
Author:
Stephan
Message:

new wording for CAID lock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/moduleconfig.h

    r38723 r38725  
    9191                        clearscreen(channelslotlist);
    9292                        struct mainbouquet* mbouquet = screenmainbouquet();
    93                        
     93
    9494                        mainbouquet2channelslot(mbouquet, slot);
    9595                        delmarkedscreennodes(channelslotlist, 1);
    9696                        createchannelslotlist(channelslotlist, listbox, slot);
    97                        
     97
    9898                        drawscreen(channelslotlist, 0, 0);
    9999                }
     
    194194                                free(tmpstr); tmpstr = NULL;
    195195
    196                                 addchoicebox(tmp, "0", _("activate"));
    197                                 addchoicebox(tmp, "1", _("deactivate"));
     196                                addchoicebox(tmp, "0", _("Active"));
     197                                addchoicebox(tmp, "1", _("Inactive"));
    198198                                if(ostrstr(lockcaids, ret[i].part) != NULL)
    199199                                        setchoiceboxselection(tmp, "1");
     
    435435                rcret = waitrc(moduleconfig, 2000, 0);
    436436                tmp = listbox->select;
    437                
     437
    438438                printf("listbox->select->text: %s\n",listbox->select->text);
    439439                printf("listbox->select->name: %s\n",listbox->select->name);
     
    513513                        drawscreen(moduleconfig, 0, 0);
    514514                }
    515                
     515
    516516                if(rcret == RCTIMEOUT) goto start;
    517517        }
Note: See TracChangeset for help on using the changeset viewer.