Changeset 26707


Ignore:
Timestamp:
03/02/14 01:56:00 (9 years ago)
Author:
obi
Message:

remove \n from msg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/record.h

    r26516 r26707  
    11721172        if(type == RECTIMER && status.standby == 0)
    11731173        {
    1174                 tmpstr = ostrcat(_("Timer Record start !\n"), filename, 0, 0);
     1174                tmpstr = ostrcat(_("Timer Record start !"), filename, 0, 0);
    11751175                textbox(_("Message"), tmpstr, _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, NULL, 0, 800, 200, 4, 0);
    11761176                free(tmpstr); tmpstr = NULL;
Note: See TracChangeset for help on using the changeset viewer.