add hot key to button

This commit is contained in:
sqlcoder 2010-08-21 22:39:25 +01:00
parent 53b15898ce
commit dff67e8e69

View File

@ -294,7 +294,7 @@ class GuiBulkImport():
self.cb_drophudcache.show()
# button - Import
self.load_button = gtk.Button(_('Import')) # todo: rename variables to import too
self.load_button = gtk.Button(_('_Bulk Import')) # todo: rename variables to import too
self.load_button.connect('clicked', self.load_clicked,
_('Import clicked'))
self.table.attach(self.load_button, 2, 3, 4, 5, xpadding=0, ypadding=0,