Changeset 25503


Ignore:
Timestamp:
01/07/14 19:52:07 (9 years ago)
Author:
gost
Message:

[tsSchnitt] fix

File:
1 edited

Legend:

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

    r25498 r25503  
    101101                if(ischnitt == 1)
    102102                {
    103                         tmpstr2 = ostrcat(tmpstr2, "weggeschnitten wird \nvon 00:00 bis ", 0, 0);
     103                        tmpstr2 = ostrcat(tmpstr2, "Schnitt:\n\n   von 00:00:00 bis ", 0, 0);
    104104                        tmpstr2 = ostrcat(tmpstr2, convert_timesec(mtime), 0, 0);
    105                         tmpstr2 = ostrcat(tmpstr2, "\n von ", 0, 0);
     105                        tmpstr2 = ostrcat(tmpstr2, "\n   von ", 0, 0);
    106106                        tmpstr2 = ostrcat(tmpstr2, convert_timesec(time), 0, 0);
    107107                        tmpstr2 = ostrcat(tmpstr2, " bis ende", 0, 0);
    108                         if(textbox(_("Information"), tmpstr2, _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0) == 1)
     108                        if(textbox(_("Information"), tmpstr2, _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 400, 250, 0, 0) == 1)
    109109                        {
    110110                                printf(" +++ %s +++\n",tmpstr);
     
    131131                        }
    132132                        else
    133                                 ischnitt == 0
     133                                ischnitt = 0;
    134134                        free(tmpstr2);tmpstr2=NULL;
    135135                }
Note: See TracChangeset for help on using the changeset viewer.