* src/gramps_main.py (save_media): Add support for default action.

* src/plugins/Check.py (cleanup_missing_photos): Add support for default action.
* src/plugins/WriteCD.py (on_ok_clicked): Add support for default action.
* src/plugins/WritePkg.py (export): Add support for default action.
* src/plugins/WriteFtree.py: Do not import unused dialog.


svn: r2652
This commit is contained in:
Alex Roitman
2004-01-18 01:59:30 +00:00
parent 42cf3e24cc
commit 9fc5ce16db
6 changed files with 73 additions and 30 deletions

View File

@ -1,7 +1,7 @@
#
# Gramps - a GTK+/GNOME based genealogy program
#
# Copyright (C) 2003 Donald N. Allingham
# Copyright (C) 2003-2004 Donald N. Allingham
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -48,7 +48,7 @@ import Utils
import GenericFilter
import Errors
from QuestionDialog import MissingMediaDialog, ErrorDialog
from QuestionDialog import ErrorDialog
from gettext import gettext as _