Fix capitalization and remove tabs. I should have committed the patch myself. :-(

svn path=/trunk/kdepim/; revision=306406
wilder-work
Ingo Klcker 22 years ago
parent a5989d7160
commit 25e88ce6c3
  1. 6
      kmfoldertree.cpp

@ -955,9 +955,9 @@ void KMFolderTree::slotContextMenuRequested( QListViewItem *lvi,
if ( fti->folder() && fti->folder()->isMailingListEnabled() ) {
folderMenu->insertSeparator();
folderMenu->insertItem( i18n("New message to Mailing-List..."),
mMainWidget,
SLOT( slotPostToML() ) );
folderMenu->insertItem( i18n("New Message to Mailing-List..."),
mMainWidget,
SLOT( slotPostToML() ) );
}
if (fti->folder() && fti->parent())

Loading…
Cancel
Save