Fix coding style.

SVN_SILENT

svn path=/branches/kdepim/enterprise/kdepim/; revision=945022
wilder-work
Thomas McGuire 17 years ago
parent 9cfa9676d8
commit 394aec6b21
  1. 2
      kmreadermainwin.cpp

@ -450,7 +450,7 @@ void KMReaderMainWin::slotMsgPopup(KMMessage &aMsg, const KURL &aUrl, const QPoi
menu->insertSeparator();
mMsgActions->replyMenu()->plug( menu );
menu->insertSeparator();
if(!copyAdded)
if( !copyAdded )
mReaderWin->copyAction()->plug( menu );
mReaderWin->selectAllAction()->plug( menu );
} else if ( !urlMenuAdded )

Loading…
Cancel
Save