- _T("Just test (SIGNONE)"),
- _T("Hangup (SIGHUP)"),
- _T("Interrupt (SIGINT)"),
- _T("Quit (SIGQUIT)"),
- _T("Illegal instruction (SIGILL)"),
- _T("Trap (SIGTRAP)"),
- _T("Abort (SIGABRT)"),
- _T("Emulated trap (SIGEMT)"),
- _T("FP exception (SIGFPE)"),
- _T("Kill (SIGKILL)"),
- _T("Bus (SIGBUS)"),
- _T("Segment violation (SIGSEGV)"),
- _T("System (SIGSYS)"),
- _T("Broken pipe (SIGPIPE)"),
- _T("Alarm (SIGALRM)"),
- _T("Terminate (SIGTERM)"),
+ wxT("Just test (SIGNONE)"),
+ wxT("Hangup (SIGHUP)"),
+ wxT("Interrupt (SIGINT)"),
+ wxT("Quit (SIGQUIT)"),
+ wxT("Illegal instruction (SIGILL)"),
+ wxT("Trap (SIGTRAP)"),
+ wxT("Abort (SIGABRT)"),
+ wxT("Emulated trap (SIGEMT)"),
+ wxT("FP exception (SIGFPE)"),
+ wxT("Kill (SIGKILL)"),
+ wxT("Bus (SIGBUS)"),
+ wxT("Segment violation (SIGSEGV)"),
+ wxT("System (SIGSYS)"),
+ wxT("Broken pipe (SIGPIPE)"),
+ wxT("Alarm (SIGALRM)"),
+ wxT("Terminate (SIGTERM)"),