combobox menus do not use mnemonic according to HIG

This commit is contained in:
Nikos Kouremenos 2005-10-10 14:57:16 +00:00
parent 94d88f92a0
commit 9fb9a453eb

View file

@ -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, ''])