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

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