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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user