* src/ViewManager.py (save_as_activate): Use Save button in dialog.

svn: r6676
This commit is contained in:
Alex Roitman 2006-05-15 22:04:49 +00:00
parent b16f290c0f
commit 00a1f11a12
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
2006-05-15 Alex Roitman <shura@gramps-project.org>
* src/ViewManager.py (save_as_activate): Use Save button in dialog.
* src/GrampsDb/_DbUtils.py: import proper class.
2006-05-15 Don Allingham <don@gramps-project.org>

View File

@ -767,7 +767,7 @@ class ViewManager:
self.uistate.window,
gtk.FILE_CHOOSER_ACTION_SAVE,
(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL,
gtk.STOCK_OPEN, gtk.RESPONSE_OK))
gtk.STOCK_SAVE, gtk.RESPONSE_OK))
# Always add automatic (macth all files) filter
add_all_files_filter(choose)