fix mnemonic button

This commit is contained in:
Denis Fomin 2013-01-07 22:10:49 +04:00
parent ec6d2592e4
commit 3035bd39c9
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ class FileTransfersWindow:
on_response_cancel=lambda e:dialog.destroy() on_response_cancel=lambda e:dialog.destroy()
) )
btn = Gtk.Button(_('_Send')) btn = Gtk.Button.new_with_mnemonic(_('_Send'))
btn.set_property('can-default', True) btn.set_property('can-default', True)
# FIXME: add send icon to this button (JUMP_TO) # FIXME: add send icon to this button (JUMP_TO)
dialog.add_action_widget(btn, Gtk.ResponseType.OK) dialog.add_action_widget(btn, Gtk.ResponseType.OK)