Changeset 22671


Ignore:
Timestamp:
08/03/13 13:51:29 (11 years ago)
Author:
nit
Message:

[titan] add firmwarelog to about screen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/about.h

    r19467 r22671  
    3939                dvbnode = dvbnode->next;
    4040        }
     41       
     42        char* flog = readfiletomem("/tmp/.firmware.log", 0);
     43        text = ostrcat(text, flog, 1, 1);
    4144
    42         textbox(_("System-Info"), text, _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 500, 0, 0);
     45        textbox(_("System-Info"), text, _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 600, 0, 0);
    4346        free(text);
    4447
Note: See TracChangeset for help on using the changeset viewer.