Changeset 39974


Ignore:
Timestamp:
02/10/17 16:10:02 (6 years ago)
Author:
obi
Message:

enable wrap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek.h

    r39973 r39974  
    14991499
    15001500                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);
    15021502                free(tmpstr); tmpstr = NULL;
    15031503                free(tmpstr1); tmpstr1 = NULL;
     
    15081508                tmpstr = ostrcat(tmpstr, tmpstr1, 1, 0);
    15091509                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);
    15111511                free(tmpstr); tmpstr = NULL;
    15121512                free(tmpstr1); tmpstr1 = NULL;
Note: See TracChangeset for help on using the changeset viewer.