Changeset 37788


Ignore:
Timestamp:
07/09/16 02:14:38 (8 years ago)
Author:
obi
Message:

optimize msg box

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/ca.h

    r37785 r37788  
    622622                                        tmpstr1 = ostrcat(tmpstr1, casession->mmibottom, 1, 0);
    623623                                        if(getconfigint("nocamsg", NULL) == 0)
    624                                                 textbox(_(tmpstr), _(tmpstr1), NULL, getrcconfigint("rcok", NULL), NULL, getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 300, 7, 0);
     624                                                textbox(_(tmpstr), _(tmpstr1), NULL, getrcconfigint("rcok", NULL), NULL, getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1000, 300, 7, 0);
    625625                                        free(tmpstr); tmpstr = NULL;
    626626                                        free(tmpstr1); tmpstr1 = NULL;
Note: See TracChangeset for help on using the changeset viewer.