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:
Raphael Ackermann 2008-02-20 08:49:51 +00:00
parent 06cddbfaf7
commit 8605ce973a
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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