summaryrefslogtreecommitdiffstats
path: root/ksystemlog/src/cron
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-03 19:14:45 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-03 19:14:45 -0500
commit2d75f12d50a292b836229ae0156d36ed064732ff (patch)
treefa14e2e9e3629ef87dd1943935cd17d52a5378e6 /ksystemlog/src/cron
parentefde6391f8740c0ff18254d479ba64e468503c49 (diff)
downloadksystemlog-2d75f12d50a292b836229ae0156d36ed064732ff.tar.gz
ksystemlog-2d75f12d50a292b836229ae0156d36ed064732ff.zip
Fix bug with configuring boot.log.
Fixed Cron and Mail text strings for consistency. Fixed configuration dialog width to eliminate scrolling. This partially resolves bug report 336.
Diffstat (limited to 'ksystemlog/src/cron')
-rw-r--r--ksystemlog/src/cron/cronOptions.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksystemlog/src/cron/cronOptions.cpp b/ksystemlog/src/cron/cronOptions.cpp
index de63023..68ef2e5 100644
--- a/ksystemlog/src/cron/cronOptions.cpp
+++ b/ksystemlog/src/cron/cronOptions.cpp
@@ -43,13 +43,13 @@
#include "ksystemlogConfig.h"
CronOptions::CronOptions(TQWidget *parent) :
- TQWidget(parent)
+ TQWidget(parent)
{
-
+
TQHBoxLayout *layout = new TQHBoxLayout(this);
layout->setAutoAdd(true);
- TQString description= i18n("<qt><p>These files will be analyzed to display <b>Cron Logs</b> (i.e. planned tasks logs). This list also determines the order in which the files are read.</p></qt>");
+ TQString description= i18n("<qt><p>These files will be analyzed to display <b>Cron Logs</b> (planned tasks logs). This list also determines the order in which the files are read.</p></qt>");
fileList=new SpecificFileList(this, description);
connect(fileList, TQT_SIGNAL(fileListChanged(int)), this, TQT_SLOT(slotFileListChanged(int)));