Changeset 39152


Ignore:
Timestamp:
10/02/16 20:55:52 (7 years ago)
Author:
obi
Message:

fix first newsletter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/newsletter.h

    r38475 r39152  
    290290                                tmpstr = ostrcat(tmpstr, node->date, 1, 0);
    291291
    292                                 ret = textbox(tmpstr, node->text, _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 800, 15, 2);
     292                                ret = textbox(tmpstr, node->text, _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 700, 15, 2);
    293293                                free(tmpstr); tmpstr = NULL;
    294294
Note: See TracChangeset for help on using the changeset viewer.