diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 13:26:01 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 13:26:01 -0500 |
commit | 6f153e6b0dc1f4c20059d6ee28259e7d43542c7e (patch) | |
tree | 4215aaf382d5bff43bb5adb51da13fda4d709d4c /tdeprint | |
parent | 7a3756d8eaa176f723cd1a81891154390a6ae5ab (diff) | |
download | tdebase-6f153e6b0dc1f4c20059d6ee28259e7d43542c7e.tar.gz tdebase-6f153e6b0dc1f4c20059d6ee28259e7d43542c7e.zip |
Branding cleanup: KDE print -> TDE Print.
Diffstat (limited to 'tdeprint')
-rw-r--r-- | tdeprint/tdeprintfax/faxctrl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/tdeprintfax/faxctrl.cpp b/tdeprint/tdeprintfax/faxctrl.cpp index 4c3b45da0..d676fcaa7 100644 --- a/tdeprint/tdeprintfax/faxctrl.cpp +++ b/tdeprint/tdeprintfax/faxctrl.cpp @@ -626,7 +626,7 @@ void FaxCtrl::slotPrintLog() TQString txt = m_log; txt.replace( '\n', "<br>" ); - txt.prepend( "<h2>" + i18n( "KDEPrint Fax Tool Log" ) + "</h2>" ); + txt.prepend( "<h2>" + i18n( "TDEPrint Fax Tool Log" ) + "</h2>" ); kdDebug() << "Log: " << txt << endl; TQSimpleRichText richText( txt, m_logview->font() ); @@ -656,7 +656,7 @@ void FaxCtrl::slotSaveLog() if ( f.open( IO_WriteOnly ) ) { TQTextStream t( &f ); - t << i18n( "KDEPrint Fax Tool Log" ) << endl; + t << i18n( "TDEPrint Fax Tool Log" ) << endl; t << m_logview->text() << endl; f.close(); } |