[Knode-devel] kdepim/knode

Roberto Teixeira roberto at kde.org
Sat Jul 24 20:31:40 CEST 2004


CVS commit by maragato: 

Adding a kmail-like shortcut (after 3.3, this should actually become "view article source"


  M +1 -1      knarticlewidget.cpp   1.182


--- kdepim/knode/knarticlewidget.cpp  #1.181:1.182
@@ -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", 0 , this,
+  a_ctToggleFullHdrs    = new KToggleAction(i18n("Show &All Headers"), "text_block", Key_V , this,
                           SLOT(slotToggleFullHdrs()), a_ctions, "view_showAllHdrs");
 #if KDE_IS_VERSION(3,2,90)




More information about the Knode-devel mailing list