* src/images/gramps-import.png : import image
	* src/gramps_main.py: register import image
	* src/DbLoader.py: Use import not open in import dialog, issue #396



svn: r9336
This commit is contained in:
Benny Malengier
2007-11-12 15:44:15 +00:00
parent fc362508e8
commit 14d6cc70d0
4 changed files with 8 additions and 2 deletions

View File

@@ -221,13 +221,13 @@ class DbLoader:
self.uistate.window)
if not warn_dialog.run():
return False
choose = gtk.FileChooserDialog(
_('GRAMPS: Import database'),
self.uistate.window,
gtk.FILE_CHOOSER_ACTION_OPEN,
(gtk.STOCK_CANCEL,gtk.RESPONSE_CANCEL,
gtk.STOCK_OPEN,gtk.RESPONSE_OK))
'gramps-import',gtk.RESPONSE_OK))
choose.set_local_only(False)
# Always add automatic (macth all files) filter