Changeset 19888


Ignore:
Timestamp:
02/01/13 20:04:49 (11 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek.h

    r19887 r19888  
    704704                {
    705705                        char* tmpstr = ostrcat(_("Start playback"), "\n\n", 0, 0);
    706                         tmpstr = ostrcat(tmpstr2, node->filename, 1, 0);               
     706                        tmpstr = ostrcat(tmpstr, node->filename, 1, 0);         
    707707                        if(textbox(_("Message"), tmpstr, _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0) == 1)
    708708                        {
Note: See TracChangeset for help on using the changeset viewer.