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

List:       kdevelop-bugs
Subject:    [Bug 258238] ampercend (visible accelerator) in Filter clickmessage
From:       Milian Wolff <mail () milianw ! de>
Date:       2010-11-29 14:14:09
Message-ID: 20101129141409.5BAB475D3D () immanuel ! kde ! org
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=258238


Milian Wolff <mail@milianw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Milian Wolff <mail milianw de>  2010-11-29 15:14:08 ---
commit ba1be5c32f6920125fe52e6c90205de9220850cd
branch master
Author: Milian Wolff <mail@milianw.de>
Date:   Mon Nov 29 15:13:56 2010 +0100

    use plain string, not text() as that can contain an ampersand for the
accellerator

    BUG: 258238

diff --git a/plugins/projectmanagerview/projectmanagerview.cpp
b/plugins/projectmanagerview/projectmanagerview.cpp
index 2c907c6..47946db 100644
--- a/plugins/projectmanagerview/projectmanagerview.cpp
+++ b/plugins/projectmanagerview/projectmanagerview.cpp
@@ -90,7 +90,7 @@ ProjectManagerFilterAction::ProjectManagerFilterAction(
QObject* parent )
 QWidget* ProjectManagerFilterAction::createWidget( QWidget* parent )
 {
     KLineEdit* edit = new KLineEdit(parent);
-    edit->setClickMessage(text());
+    edit->setClickMessage(i18n("Filter..."));
     edit->setClearButtonShown(true);
     connect(edit, SIGNAL(textChanged(QString)), this,
SIGNAL(filterChanged(QString)));
     return edit;

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

_______________________________________________
KDevelop-bugs mailing list
KDevelop-bugs@kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

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