Changeset 25455 for titan/plugins/tsSchnitt/tsSchnitt.c
- Timestamp:
- 01/04/14 23:20:52 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tsSchnitt/tsSchnitt.c
r25453 r25455 102 102 { 103 103 ischnitt = 2; 104 textbox(_("INFO"), _("Schnitt erfolgreich beende d"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0);104 textbox(_("INFO"), _("Schnitt erfolgreich beendet"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0); 105 105 } 106 106 else … … 170 170 struct skin* schnittprog = getscreennode(tsschnitt, "schnittprog"); 171 171 struct skin* tmp = NULL; 172 struct skin* load = getscreen("loading"); 172 173 173 174 while(1) … … 214 215 215 216 if(imarker == 0) 216 changetext(marker, "n o");217 changetext(marker, "nein"); 217 218 else if(imarker == 2) 218 changetext(marker, " yes");219 changetext(marker, "ja"); 219 220 220 221 schnittprog->progresssize = 0; … … 288 289 if(tsSchnittThread == NULL) 289 290 { 291 drawscreen(load, 0, 0); 290 292 tsSchnittThread = addtimer(&tsSchnitt_thread, START, 10000, 1, NULL, NULL, NULL); 291 293 sleep(1); 294 clearscreen(load); 292 295 break; 293 296 } … … 299 302 if (rcret == getrcconfigint("rcred", NULL) && tsSchnittThread != NULL) 300 303 { 304 drawscreen(load, 0, 0); 301 305 tsSchnittThread->aktion = STOP; 302 306 sleep(2); 307 clearscreen(load); 303 308 break; 304 309 }
Note: See TracChangeset
for help on using the changeset viewer.