summaryrefslogtreecommitdiffstats
path: root/ktnef
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
commit6bb29e17ec254094cc1399f3ad2f93f12896b3b7 (patch)
treec0de79f0b76f2db144b2328d15ffb5f4a41d3847 /ktnef
parent029d6084e699568256c53a8270cb36ad4f66b935 (diff)
downloadtdepim-6bb29e17ec254094cc1399f3ad2f93f12896b3b7.tar.gz
tdepim-6bb29e17ec254094cc1399f3ad2f93f12896b3b7.zip
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ktnef')
-rw-r--r--ktnef/lib/ktnefparser.cpp2
-rw-r--r--ktnef/lib/ktnefwriter.cpp2
-rw-r--r--ktnef/lib/mapi.cpp4
3 files changed, 4 insertions, 4 deletions
diff --git a/ktnef/lib/ktnefparser.cpp b/ktnef/lib/ktnefparser.cpp
index a8102204..7ca17b33 100644
--- a/ktnef/lib/ktnefparser.cpp
+++ b/ktnef/lib/ktnefparser.cpp
@@ -198,7 +198,7 @@ bool KTNEFParser::decodeMessage()
d->message_->addProperty( 0x0E07, MAPI_TYPE_ULONG, flag );
value = c;
}
- kdDebug() << "Message tqStatus" << " (length=" << i2 << ")" << endl;
+ kdDebug() << "Message Status" << " (length=" << i2 << ")" << endl;
break;
case attRECIPTABLE:
{
diff --git a/ktnef/lib/ktnefwriter.cpp b/ktnef/lib/ktnefwriter.cpp
index dde202ec..ddbf3bef 100644
--- a/ktnef/lib/ktnefwriter.cpp
+++ b/ktnef/lib/ktnefwriter.cpp
@@ -287,7 +287,7 @@ bool KTNEFWriter::writeProperty( TQDataStream &stream, int &bytes, int tag) {
addToChecksum( i, checksum );
// from reader: d->message_->addProperty( 0x0E07, MAPI_TYPE_ULONG, flag );
}
- kdDebug() << "Message tqStatus" << " (length=" << i2 << ")" << endl;
+ kdDebug() << "Message Status" << " (length=" << i2 << ")" << endl;
break;
*/
diff --git a/ktnef/lib/mapi.cpp b/ktnef/lib/mapi.cpp
index f47c5065..bf84f1fd 100644
--- a/ktnef/lib/mapi.cpp
+++ b/ktnef/lib/mapi.cpp
@@ -130,7 +130,7 @@ static struct
{ 0x8004, I18N_NOOP( "Subject" ) },
{ 0x8005, I18N_NOOP( "Date Sent" ) },
{ 0x8006, I18N_NOOP( "Date Received" ) },
- { 0x8007, I18N_NOOP( "Message tqStatus" ) },
+ { 0x8007, I18N_NOOP( "Message Status" ) },
{ 0x8008, I18N_NOOP( "Message Class" ) },
{ 0x8009, I18N_NOOP( "Message ID" ) },
{ 0x800A, I18N_NOOP( "Parent ID" ) },
@@ -176,7 +176,7 @@ MAPI_NamedTagStrings[] =
{ 0x820D, I18N_NOOP( "Appointment Start Date" ) },
{ 0x820E, I18N_NOOP( "Appointment End Date" ) },
{ 0x8213, I18N_NOOP( "Appointment Duration" ) },
- { 0x8218, I18N_NOOP( "Appointment Response tqStatus" ) },
+ { 0x8218, I18N_NOOP( "Appointment Response Status" ) },
{ 0x8223, I18N_NOOP( "Appointment Is Recurring" ) },
{ 0x8231, I18N_NOOP( "Appointment Recurrence Type" ) },
{ 0x8232, I18N_NOOP( "Appointment Recurrence Pattern" ) },