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

List:       kde-commits
Subject:    branches/KDE/4.4/kdelibs/plasma/widgets
From:       Marco Martin <notmart () gmail ! com>
Date:       2010-03-02 13:03:40
Message-ID: 1267535020.814947.14100.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1097930 by mart:

backport accelerator markers removal in tooltips


 M  +1 -1      iconwidget.cpp  


--- branches/KDE/4.4/kdelibs/plasma/widgets/iconwidget.cpp #1097929:1097930
@@ -795,7 +795,7 @@
 
     if (size.width() > constraints.width() || size.height() > constraints.height()) {
         if (action) {
-            q->setToolTip(action->text());
+            q->setToolTip(KGlobal::locale()->removeAcceleratorMarker(action->text()));
         }
         const QString elided = elidedText(layout, option, constraints);
         return layoutText(layout, elided, constraints.width());
[prev in list] [next in list] [prev in thread] [next in thread] 

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