2008-02-20 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/DisplayTabs/_PersonRefEmbedList.py: change _o mnemonic to not interfere with OK button. svn: r10078
This commit is contained in:
parent
06cddbfaf7
commit
8605ce973a
@ -1,3 +1,7 @@
|
||||
2008-02-20 Raphael Ackermann <raphael.ackermann@gmail.com>
|
||||
* src/DisplayTabs/_PersonRefEmbedList.py: change _o mnemonic to not
|
||||
interfere with OK button.
|
||||
|
||||
2008-02-20 Benny Malengier <benny.malengier@gramps-project.org>
|
||||
* src/DbManager.py: #1725, ENTER, double-click if OK button sensitive only
|
||||
|
||||
@ -64,7 +68,8 @@
|
||||
* src/ViewManager.py: #1559, use CTRL+N/P not ALT+N/P to avoid problems
|
||||
|
||||
2008-02-19 Peter Landgren <peter.talken@telia.com>
|
||||
* src/plugins/ExtractCity.py: Works for Swedish laen if the laen letter is within ()
|
||||
* src/plugins/ExtractCity.py: Works for Swedish laen if the laen letter is
|
||||
within ()
|
||||
|
||||
2008-02-19 Benny Malengier c <benny.malengier@gramps-project.org>
|
||||
* src/plugins/SimpleBookTitle.py: remove select file button
|
||||
|
@ -57,7 +57,7 @@ class PersonRefEmbedList(EmbeddedList):
|
||||
def __init__(self, dbstate, uistate, track, data):
|
||||
self.data = data
|
||||
EmbeddedList.__init__(self, dbstate, uistate, track,
|
||||
_('Ass_ociations'), PersonRefModel)
|
||||
_('_Associations'), PersonRefModel)
|
||||
|
||||
def get_ref_editor(self):
|
||||
from Editors import EditPersonRef
|
||||
|
Loading…
Reference in New Issue
Block a user