summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sysinfo/processdetail.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/settings/sysinfo/processdetail.cpp b/noncore/settings/sysinfo/processdetail.cpp
index ef612e6..5c0d335 100644
--- a/noncore/settings/sysinfo/processdetail.cpp
+++ b/noncore/settings/sysinfo/processdetail.cpp
@@ -41,7 +41,11 @@ ProcessDetail::ProcessDetail( QWidget* parent, const char* name, WFlags fl )
41 SignalCB = new QComboBox( FALSE, this, "SignalCB" ); 41 SignalCB = new QComboBox( FALSE, this, "SignalCB" );
42 SignalCB->insertItem( " 1: SIGHUP" ); 42 SignalCB->insertItem( " 1: SIGHUP" );
43 SignalCB->insertItem( " 2: SIGINT" ); 43 SignalCB->insertItem( " 2: SIGINT" );
44 SignalCB->insertItem( " 3: SIGQUIT" );
45 SignalCB->insertItem( " 5: SIGTRAP" );
46 SignalCB->insertItem( " 6: SIGABRT" );
44 SignalCB->insertItem( " 9: SIGKILL" ); 47 SignalCB->insertItem( " 9: SIGKILL" );
48 SignalCB->insertItem( "14: SIGALRM" );
45 SignalCB->insertItem( "15: SIGTERM" ); 49 SignalCB->insertItem( "15: SIGTERM" );
46 SignalCB->insertItem( "18: SIGCONT" ); 50 SignalCB->insertItem( "18: SIGCONT" );
47 SignalCB->insertItem( "19: SIGSTOP" ); 51 SignalCB->insertItem( "19: SIGSTOP" );