Changeset 26707
- Timestamp:
- 03/02/14 01:56:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/record.h
r26516 r26707 1172 1172 if(type == RECTIMER && status.standby == 0) 1173 1173 { 1174 tmpstr = ostrcat(_("Timer Record start ! \n"), filename, 0, 0);1174 tmpstr = ostrcat(_("Timer Record start !"), filename, 0, 0); 1175 1175 textbox(_("Message"), tmpstr, _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, NULL, 0, 800, 200, 4, 0); 1176 1176 free(tmpstr); tmpstr = NULL;
Note: See TracChangeset
for help on using the changeset viewer.