diff options
Diffstat (limited to 'kmail/urlhandlermanager.cpp')
-rw-r--r-- | kmail/urlhandlermanager.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kmail/urlhandlermanager.cpp b/kmail/urlhandlermanager.cpp index 65c18d731..1627cec62 100644 --- a/kmail/urlhandlermanager.cpp +++ b/kmail/urlhandlermanager.cpp @@ -444,16 +444,16 @@ namespace { return true; } - if ( url.path() == "showAttachmentQuicklist" ) { + if ( url.path() == "showAttachmentQuictdelist" ) { w->saveRelativePosition(); - w->setShowAttachmentQuicklist( true ); + w->setShowAttachmentQuictdelist( true ); w->update( true ); return true; } - if ( url.path() == "hideAttachmentQuicklist" ) { + if ( url.path() == "hideAttachmentQuictdelist" ) { w->saveRelativePosition(); - w->setShowAttachmentQuicklist( false ); + w->setShowAttachmentQuictdelist( false ); w->update( true ); return true; } @@ -490,9 +490,9 @@ namespace { return i18n("Show signature details."); if ( url.path() == "hideSignatureDetails" ) return i18n("Hide signature details."); - if ( url.path() == "hideAttachmentQuicklist" ) + if ( url.path() == "hideAttachmentQuictdelist" ) return i18n( "Hide attachment list" ); - if ( url.path() == "showAttachmentQuicklist" ) + if ( url.path() == "showAttachmentQuictdelist" ) return i18n( "Show attachment list" ); } return TQString() ; |