From 1fdb1dc55fd2e1f6fee2dca9e6d0133cbb618b26 Mon Sep 17 00:00:00 2001 From: cncfanatics Date: Wed, 10 Nov 2010 09:08:37 +0100 Subject: [PATCH] Be more verbose --- gui/graphFrame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/graphFrame.py b/gui/graphFrame.py index 095c1baae..309c6982b 100644 --- a/gui/graphFrame.py +++ b/gui/graphFrame.py @@ -120,7 +120,7 @@ class GraphFrame(wx.Frame): success, status = view.getPoints(values) if not success: #TODO: Add a pwetty statys bar to report errors with - self.SetStatusText("Invalid values") + self.SetStatusText(status) return x, y = success, status