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

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/khtml
From:       Dirk Stoecker <kde () dstoecker ! de>
Date:       2006-09-13 19:53:59
Message-ID: 1158177239.380421.12521.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 583923 by stoecker:

Fixed text error for certain selected texts.

CCBUG: 132678


 M  +2 -1      khtml_ext.cpp  


--- branches/KDE/3.5/kdelibs/khtml/khtml_ext.cpp #583922:583923
@@ -476,7 +476,8 @@
         name = "Google";
       }
 
-      new KAction( i18n( "Search for '%1' with %2" ).arg( selectedText ).arg( name \
), icon, 0, d->m_khtml->browserExtension(), +      // using .arg(foo, bar) instead of \
.arg(foo).arg(bar), as foo can contain %x +      new KAction( i18n( "Search for '%1' \
                with %2" ).arg( selectedText, name ), icon, 0, \
                d->m_khtml->browserExtension(),
                      SLOT( searchProvider() ), actionCollection(), "searchProvider" \
);  
       // favorite search providers


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

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