author | mickeyl <mickeyl> | 2003-12-06 16:17:57 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-12-06 16:17:57 (UTC) |
commit | efb9bf44691e6555a45f0a45f570eb56f1b180d3 (patch) (unidiff) | |
tree | 457464227c5dd82044cc4f3ecddb249766b01bd8 | |
parent | 72336536db05459e3802b3be5032e55607985d0c (diff) | |
download | opie-efb9bf44691e6555a45f0a45f570eb56f1b180d3.zip opie-efb9bf44691e6555a45f0a45f570eb56f1b180d3.tar.gz opie-efb9bf44691e6555a45f0a45f570eb56f1b180d3.tar.bz2 |
\n
-rw-r--r-- | noncore/settings/sysinfo/processinfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/sysinfo/processinfo.cpp b/noncore/settings/sysinfo/processinfo.cpp index 8dec9be..709158d 100644 --- a/noncore/settings/sysinfo/processinfo.cpp +++ b/noncore/settings/sysinfo/processinfo.cpp | |||
@@ -57,5 +57,5 @@ ProcessInfo::ProcessInfo( QWidget* parent, const char* name, WFlags fl ) | |||
57 | QWhatsThis::add( ProcessView, tr( "This is a list of all the processes on this handheld device.\n\nClick and hold on a process to see additional information about the process, or to send a signal to it." ) ); | 57 | QWhatsThis::add( ProcessView, tr( "This is a list of all the processes on this handheld device.\n\nClick and hold on a process to see additional information about the process, or to send a signal to it." ) ); |
58 | 58 | ||
59 | SignalCB = new QComboBox( FALSE, this, "SignalCB" ); | 59 | SignalCB = new QComboBox( FALSE, this, "SignalCB" ); |
60 | SignalCB->insertItem( " 1: SIGHUP" ); | 60 | SignalCB->insertItem( " 1: SIGHUP" ); |
61 | SignalCB->insertItem( " 2: SIGINT" ); | 61 | SignalCB->insertItem( " 2: SIGINT" ); |
@@ -165,5 +165,5 @@ void ProcessInfo::slotSendClicked() | |||
165 | } | 165 | } |
166 | 166 | ||
167 | QString capstr = tr( "You really want to send %1 to this process?" ).arg( SignalCB->currentText() ); | 167 | QString capstr = tr( "Really want to send %1\nto this process?" ).arg( SignalCB->currentText() ); |
168 | 168 | ||
169 | 169 | ||