From 58e4e1dc7e1db8261977125bdd9e91cbfd7c7c45 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 6 Apr 2017 07:30:23 +0000 Subject: [PATCH] EgtGeomKernel : - recuperato piccolo aggiustamento a Title di Zmap. --- VolZmap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VolZmap.cpp b/VolZmap.cpp index 5feb9c8..3681e1c 100644 --- a/VolZmap.cpp +++ b/VolZmap.cpp @@ -142,7 +142,7 @@ VolZmap::GetType( void) const const string& VolZmap::GetTitle( void) const { - static const string sTitle = "Zmap" ; + static const string sTitle = "VolZm" ; return sTitle ; }