projects
/
wp3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3a7b04
)
Make EditPerson filter line read "Filter by name" instead of just "Filter"
author
Drew Fisher
<drew.m.fisher@gmail.com>
Sun, 19 Jul 2009 05:16:16 +0000
(22:16 -0700)
committer
Drew Fisher
<drew.m.fisher@gmail.com>
Sun, 19 Jul 2009 05:16:16 +0000
(22:16 -0700)
editperson.py
patch
|
blob
|
history
diff --git
a/editperson.py
b/editperson.py
index 9422a85de1da1f8439b9ed1a20b5f0ceaf230865..468c8c852b0b0c165894694b42e48c73b488b065 100644
(file)
--- a/
editperson.py
+++ b/
editperson.py
@@
-30,7
+30,7
@@
class EditPerson(QWidget):
self.toplayout = QHBoxLayout() # Master layout
self.leftpanel = QVBoxLayout() # Contains user search and select
- self.search_label = QLabel("F&ilter:")
+ self.search_label = QLabel("F&ilter
by name
:")
self.search_bar = QLineEdit()
self.search_label.setBuddy(self.search_bar)
self.searchpair = QHBoxLayout()