SVN_SILENT coding style

svn path=/branches/kdepim/enterprise4/kdepim/; revision=953549
wilder-work
Thomas McGuire 17 years ago
parent b11440c592
commit 642df603fe
  1. 4
      kmreadermainwin.cpp

@ -407,8 +407,8 @@ void KMReaderMainWin::slotMsgPopup( KMMessage &aMsg, const KUrl &aUrl, const QPo
}
menu->addAction( mMsgActions->replyMenu() );
menu->addSeparator();
if(!copyAdded)
menu->addAction( mReaderWin->copyAction() );
if( !copyAdded )
menu->addAction( mReaderWin->copyAction() );
menu->addAction( mReaderWin->selectAllAction() );
} else if ( !urlMenuAdded ) {
// popup somewhere else (i.e., not a URL) on the message

Loading…
Cancel
Save