Changeset 39974
- Timestamp:
- 02/10/17 16:10:02 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.h
r39973 r39974 1499 1499 1500 1500 debug(99, "Found error Msg: %s", tmpstr1); 1501 textbox(_("Message"), tmpstr, _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1100, 300, 0, 0);1501 textbox(_("Message"), tmpstr, _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1100, 300, 0, 2); 1502 1502 free(tmpstr); tmpstr = NULL; 1503 1503 free(tmpstr1); tmpstr1 = NULL; … … 1508 1508 tmpstr = ostrcat(tmpstr, tmpstr1, 1, 0); 1509 1509 debug(99, "Parsing Error cant find http*|rtmp*|mms*|rtsp* Stream Link: %s", tmpstr1); 1510 textbox(_("Message"), tmpstr, _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1100, 600, 0, 0);1510 textbox(_("Message"), tmpstr, _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1100, 600, 0, 2); 1511 1511 free(tmpstr); tmpstr = NULL; 1512 1512 free(tmpstr1); tmpstr1 = NULL;
Note: See TracChangeset
for help on using the changeset viewer.