diff options
Diffstat (limited to 'ksysv/TopWidget.cpp')
-rw-r--r-- | ksysv/TopWidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksysv/TopWidget.cpp b/ksysv/TopWidget.cpp index 199decb..29ae128 100644 --- a/ksysv/TopWidget.cpp +++ b/ksysv/TopWidget.cpp @@ -765,7 +765,7 @@ void KSVTopLevel::printLog() int y = 0; { - TQSimpleRichText rheading (i18n("<h1>KDE Sys-V Init Editor Log</h1>"), + TQSimpleRichText rheading (i18n("<h1>TDE Sys-V Init Editor Log</h1>"), TQFont("times"), TQString(), ksv::styleSheet(), TQMimeSourceFactory::defaultFactory()); rheading.setWidth (&p, width); @@ -936,7 +936,7 @@ void KSVTopLevel::slotSaveLog() file.open( IO_WriteOnly | IO_Raw ); TQTextStream s(&file); - s << "KDE System V Init Editor" + s << "TDE System V Init Editor" << endl << TQDateTime::currentDateTime().toString() << endl << endl |