From e1b387a104fd13b0309ae3e9196ad00575b276c7 Mon Sep 17 00:00:00 2001 From: Jose Luis Cercos-Pita Date: Fri, 11 Jul 2014 18:34:39 +0200 Subject: [PATCH] Changed the spreadsheet label --- src/Mod/Ship/shipAreasCurve/PlotAux.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Ship/shipAreasCurve/PlotAux.py b/src/Mod/Ship/shipAreasCurve/PlotAux.py index b2b151cec809..d6786373ea58 100644 --- a/src/Mod/Ship/shipAreasCurve/PlotAux.py +++ b/src/Mod/Ship/shipAreasCurve/PlotAux.py @@ -121,6 +121,7 @@ def spreadSheet(self, x, y, ship): if FreeCAD.GuiUp: Spreadsheet.ViewProviderSpreadsheet(obj.ViewObject) FreeCAD.ActiveDocument.recompute() + obj.Label = 'Areas curve' # Print the header s.a1 = "x [m]"