- Timestamp:
- 03/20/14 18:03:12 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/settings_autostart.h
r25478 r27705 29 29 } 30 30 31 /* 31 32 node = addlistbox(settings_autostart, listbox, node, 1); 32 33 if(node != NULL) … … 43 44 setchoiceboxselection(node, getownconfig(node->name)); 44 45 } 45 46 */ 46 47 node = addlistbox(settings_autostart, listbox, node, 1); 47 48 if(node != NULL) … … 62 63 setchoiceboxselection(node, getownconfig(node->name)); 63 64 } 64 65 /* 65 66 node = addlistbox(settings_autostart, listbox, node, 1); 66 67 if(node != NULL) … … 77 78 setchoiceboxselection(node, getownconfig(node->name)); 78 79 } 79 80 */ 80 81 if(checkbox("UFS910") == 1) 81 82 { … … 155 156 setchoiceboxselection(node, getownconfig(node->name)); 156 157 } 157 158 /* 158 159 node = addlistbox(settings_autostart, listbox, node, 1); 159 160 if(node != NULL) … … 164 165 setchoiceboxselection(node, getownconfig(node->name)); 165 166 } 166 167 */ 167 168 node = addlistbox(settings_autostart, listbox, node, 1); 168 169 if(node != NULL) … … 173 174 setchoiceboxselection(node, getownconfig(node->name)); 174 175 } 175 176 /* 176 177 node = addlistbox(settings_autostart, listbox, node, 1); 177 178 if(node != NULL) … … 191 192 setchoiceboxselection(node, getownconfig(node->name)); 192 193 } 193 194 */ 194 195 node = addlistbox(settings_autostart, listbox, node, 1); 195 196 if(node != NULL) … … 275 276 setchoiceboxselection(node, getownconfig(node->name)); 276 277 } 277 278 /* 278 279 node = addlistbox(settings_autostart, listbox, node, 1); 279 280 if(node != NULL) … … 284 285 setchoiceboxselection(node, getownconfig(node->name)); 285 286 } 286 287 */ 287 288 node = addlistbox(settings_autostart, listbox, node, 1); 288 289 if(node != NULL) … … 310 311 setchoiceboxselection(node, getownconfig(node->name)); 311 312 } 312 313 /* 313 314 node = addlistbox(settings_autostart, listbox, node, 1); 314 315 if(node != NULL) … … 353 354 setchoiceboxselection(node, getownconfig(node->name)); 354 355 } 355 356 */ 356 357 drawscreen(settings_autostart, 0, 0); 357 358 tmp = listbox->select; … … 470 471 471 472 // changetitletext(settings_autostart, _("Autostart Child Safety")); 472 473 /* 473 474 node = addlistbox(settings_autostart, listbox, node, 1); 474 475 if(node != NULL) … … 491 492 changeinput(node, "0000"); 492 493 } 493 494 */ 494 495 drawscreen(settings_autostart, 0, 0); 495 496 tmp = listbox->select;
Note: See TracChangeset
for help on using the changeset viewer.