Bug fixes from pychecker

svn: r1333
This commit is contained in:
Don Allingham
2003-03-08 05:59:20 +00:00
parent cea94cbae5
commit 6883b0590d
20 changed files with 264 additions and 152 deletions

View File

@ -43,7 +43,7 @@ import RelLib
import ImageSelect
import Date
from QuestionDialog import QuestionDialog, WarningDialog
from QuestionDialog import QuestionDialog, WarningDialog, SaveDialog
from intl import gettext as _
#-------------------------------------------------------------------------
@ -400,8 +400,7 @@ class Marriage:
if self.did_data_change():
global quit
self.quit = obj
SaveDialog(_('Save Changes?' % n),
SaveDialog(_('Save Changes?'),
_('If you close without saving, the changes you '
'have made will be lost'),
self.cancel_callback,