diff options
Diffstat (limited to 'kmail/attachmentstrategy.cpp')
-rw-r--r-- | kmail/attachmentstrategy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/attachmentstrategy.cpp b/kmail/attachmentstrategy.cpp index 23bd05951..87157ed4f 100644 --- a/kmail/attachmentstrategy.cpp +++ b/kmail/attachmentstrategy.cpp @@ -211,7 +211,7 @@ static AttachmentStrategy::Display smartDisplay( const partNode *node ) if ( lowerType == "hidden" ) return hidden(); if ( lowerType == "headeronly" ) return headerOnly(); // don't kdFatal here, b/c the strings are user-provided - // (KConfig), so fail gracefully to the default: + // (TDEConfig), so fail gracefully to the default: return smart(); } |