* src/ViewManager.py (save_as_activate): Use Save button in dialog.
svn: r6676
This commit is contained in:
parent
f4424a4c2c
commit
641e50000b
@ -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>
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user