[Knode-devel] kdepim/knode
Roberto Teixeira
roberto at kde.org
Mon Jul 26 15:34:18 CEST 2004
CVS commit by maragato:
. o O ( What was I thinking? )
Fix thinko.
M +2 -2 knarticlewidget.cpp 1.183
--- kdepim/knode/knarticlewidget.cpp #1.182:1.183
@@ -185,5 +185,5 @@ KNArticleWidget::KNArticleWidget(KAction
a_ctVerify = new KAction(i18n("&Verify PGP Signature"), 0, this,
SLOT(slotVerify()), a_ctions, "article_verify");
- a_ctToggleFullHdrs = new KToggleAction(i18n("Show &All Headers"), "text_block", Key_V , this,
+ a_ctToggleFullHdrs = new KToggleAction(i18n("Show &All Headers"), "text_block", 0 , this,
SLOT(slotToggleFullHdrs()), a_ctions, "view_showAllHdrs");
#if KDE_IS_VERSION(3,2,90)
@@ -196,5 +196,5 @@ KNArticleWidget::KNArticleWidget(KAction
SLOT(slotToggleFixedFont()), a_ctions, "view_useFixedFont");
a_ctToggleFixedFont->setChecked(knGlobals.configManager()->readNewsViewer()->useFixedFont());
- a_ctViewSource = new KAction(i18n("&View Source"), 0 , this,
+ a_ctViewSource = new KAction(i18n("&View Source"), Key_V , this,
SLOT(slotViewSource()), a_ctions, "article_viewSource");
More information about the Knode-devel
mailing list