Changeset 39152
- Timestamp:
- 10/02/16 20:55:52 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/newsletter.h
r38475 r39152 290 290 tmpstr = ostrcat(tmpstr, node->date, 1, 0); 291 291 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); 293 293 free(tmpstr); tmpstr = NULL; 294 294
Note: See TracChangeset
for help on using the changeset viewer.