Ignore:
Timestamp:
01/04/14 21:42:00 (10 years ago)
Author:
gost
Message:

[plugins] tsSchnitt add new skin thx tommtomm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tsSchnitt/tsSchnitt.c

    r25450 r25452  
    102102                        {
    103103                                ischnitt = 2;
    104                                 textbox(_("INFO"), _("cut ended with RC 0"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0);
     104                                textbox(_("INFO"), _("Schnitt erfolgreich beended"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0);
    105105                        }
    106106                        else
     
    108108                                remove(cutfile);
    109109                                ischnitt = 3;
    110                                 textbox(_("ERROR"), _("cut ended with ERROR !!!!!"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0);
     110                                textbox(_("ERROR"), _("Schnitt ended mit Fehler !!!!!"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0);
    111111                        }
    112112                }
     
    263263                        tmp = listbox->select; 
    264264               
    265                         if (rcret == getrcconfigint("rcexit", NULL)) break;
     265                        if (rcret == getrcconfigint("rcexit", NULL) && tsSchnittThread == NULL) break;
     266                        if (rcret == getrcconfigint("rcyellow", NULL) && tsSchnittThread != NULL) break;
    266267                        if (rcret == getrcconfigint("rcgreen", NULL))
    267268                        {
Note: See TracChangeset for help on using the changeset viewer.