From b1d4e29d132e9c6d265e799b545ee5791ba1573e Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Tue, 24 Nov 2009 18:49:00 +0000 Subject: [PATCH] FIX: Bug in the code (two ',') --- invesalius/gui/dialogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/gui/dialogs.py b/invesalius/gui/dialogs.py index a67c3e7..4d82580 100644 --- a/invesalius/gui/dialogs.py +++ b/invesalius/gui/dialogs.py @@ -256,7 +256,7 @@ def SaveChangesDialog(filename): "Save changes to "+filename+"?", wx.ICON_QUESTION | wx.YES_NO | wx.CANCEL) else: - dlg = wx.MessageDialog(None, "Save changes to "+filename+"?",, + dlg = wx.MessageDialog(None, "Save changes to "+filename+"?", "InVesalius 3", wx.ICON_QUESTION | wx.YES_NO | wx.CANCEL) -- libgit2 0.21.2