[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.1/kdelibs/khtml
From:       David Faure <faure () kde ! org>
Date:       2008-07-16 21:33:53
Message-ID: 1216244033.273665.16277.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 833483 by dfaure:

Apply patch by Malte S. Stretz (moonflux) to fix (workaround) "Ctrl +" not working.
Approved by Maksim.  (#154082)


 M  +3 -1      khtml_part.cpp  


--- branches/KDE/4.1/kdelibs/khtml/khtml_part.cpp #833482:833483
@@ -355,7 +355,9 @@
   if ( prof == BrowserViewGUI ) {
       d->m_paIncZoomFactor = new KHTMLZoomFactorAction( this, true, \
                "format-font-size-more", i18n( "Enlarge Font" ), this );
       actionCollection()->addAction( "incFontSizes", d->m_paIncZoomFactor );
-      d->m_paIncZoomFactor->setShortcut(KShortcut("CTRL++;CTRL+="));
+      // TODO: Why also CTRL+=?  Because of \
http://trolltech.com/developer/knowledgebase/524/? +      // Nobody else does it...
+      d->m_paIncZoomFactor->setShortcut( KShortcut("CTRL++; CTRL+=") );
       connect(d->m_paIncZoomFactor, SIGNAL(triggered(bool)), SLOT( \
                slotIncFontSizeFast() ));
       d->m_paIncZoomFactor->setWhatsThis( i18n( "Enlarge Font<br /><br />"
                                                 "Make the font in this window \
bigger. "


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic