From 187f57e27f2b42a227cd2b07cfb4b6a084a4ad53 Mon Sep 17 00:00:00 2001 From: tatiana Date: Wed, 26 Aug 2009 20:07:07 +0000 Subject: [PATCH] ENH: Dialog message --- invesalius/gui/task_exporter.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/invesalius/gui/task_exporter.py b/invesalius/gui/task_exporter.py index c9cd1be..e151e5f 100644 --- a/invesalius/gui/task_exporter.py +++ b/invesalius/gui/task_exporter.py @@ -215,8 +215,9 @@ class InnerTaskPanel(wx.Panel): (filename, filetype)) else: dlg = wx.MessageDialog(None, - "Create a surface and make it visible in order to export it.", - 'InVesalius 3 - Warning', + "You need to create a surface and make it "+ + "visible before exporting it.", + 'InVesalius Information', wx.OK | wx.ICON_INFORMATION) try: dlg.ShowModal() -- libgit2 0.21.2