Changeset 24495
- Timestamp:
- 10/21/13 19:29:39 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/spinner.h
r23286 r24495 16 16 status.sec = sec - status.spinnertime - 1; 17 17 pthread_kill(status.mainthread, SIGUSR2); 18 rcret = textbox(_("Message"), _("Detect hanging System !!!\n\nKILL = Red\nBOOT = Power"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), _("KILL"), getrcconfigint("rcred", NULL), _("BOOT"), getrcconfigint("rcgreen", NULL), 600, 400, 0, 0);18 rcret = textbox(_("Message"), _("Detect hanging System !!!\n\nKILL = Red\nBOOT = Green"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), _("KILL"), getrcconfigint("rcred", NULL), _("BOOT"), getrcconfigint("rcgreen", NULL), 600, 400, 0, 0); 19 19 if(rcret == 3) 20 20 system(KILLPROG);
Note: See TracChangeset
for help on using the changeset viewer.