Changeset 25503
- Timestamp:
- 01/07/14 19:52:07 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tsSchnitt/tsSchnitt.c
r25498 r25503 101 101 if(ischnitt == 1) 102 102 { 103 tmpstr2 = ostrcat(tmpstr2, " weggeschnitten wird \nvon00:00 bis ", 0, 0);103 tmpstr2 = ostrcat(tmpstr2, "Schnitt:\n\n von 00:00:00 bis ", 0, 0); 104 104 tmpstr2 = ostrcat(tmpstr2, convert_timesec(mtime), 0, 0); 105 tmpstr2 = ostrcat(tmpstr2, "\n von ", 0, 0);105 tmpstr2 = ostrcat(tmpstr2, "\n von ", 0, 0); 106 106 tmpstr2 = ostrcat(tmpstr2, convert_timesec(time), 0, 0); 107 107 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) 109 109 { 110 110 printf(" +++ %s +++\n",tmpstr); … … 131 131 } 132 132 else 133 ischnitt = = 0133 ischnitt = 0; 134 134 free(tmpstr2);tmpstr2=NULL; 135 135 }
Note: See TracChangeset
for help on using the changeset viewer.