combobox menus do not use mnemonic according to HIG
This commit is contained in:
parent
94d88f92a0
commit
9fb9a453eb
1 changed files with 1 additions and 1 deletions
|
@ -2337,7 +2337,7 @@ _('If "%s" accepts this request you will know his status.') %jid)
|
|||
path = os.path.join(gajim.DATA_DIR, 'pixmaps', 'rename.png')
|
||||
img = gtk.Image()
|
||||
img.set_from_file(path)
|
||||
liststore.append([_('_Change Status Message...'), img, ''])
|
||||
liststore.append([_('Change Status Message...'), img, ''])
|
||||
# Add a Separator (self.iter_is_separator() checks on string SEPARATOR)
|
||||
liststore.append(['SEPARATOR', None, ''])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue