Changeset 20769


Ignore:
Timestamp:
03/28/13 18:44:59 (11 years ago)
Author:
nit
Message:

[titan] add timeout to msg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/timeshift.h

    r20543 r20769  
    137137                if(status.timeshiftstart + 15 > time(NULL))
    138138                {
    139                         textbox(_("Message"), _("Timeshift file to short\nplease wait a little and try again"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0);
     139                        textbox(_("Message"), _("Timeshift file to short\nplease wait a little and try again"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 5, 0);
    140140                        return;
    141141                }
Note: See TracChangeset for help on using the changeset viewer.