From b561918157ab9562a7c1fae9aca4fe6a0b452cb8 Mon Sep 17 00:00:00 2001
From: Jacques Grelet <Jacques.grelet@ird.fr>
Date: Fri, 11 Jan 2019 16:08:08 +0100
Subject: [PATCH] improve comment for issue 12

---
 tsgqc.m | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tsgqc.m b/tsgqc.m
index 68dee1b..0a1adf4 100644
--- a/tsgqc.m
+++ b/tsgqc.m
@@ -1045,8 +1045,9 @@ uimenu(hMapPrintMenu,'Label','Save as',...
   'Tag','TAG_UIMENU_MAP_PRINT_SAVEAS',...
   'Callback', {@mapSaveAsCallback});
 
-% see issue #12 with bug on Matlab < R2014b
-% -----------------------------------------
+% disable print and printpreview bug on Matlab version < R2014b
+% see issue #12 
+% --------------------------------------------------------------
 if verLessThan('matlab','8.4')
   set(hMapPrintPrintMenu, 'enable', 'off');
   set(hMapPrintPreviewMenu, 'enable', 'off');
-- 
GitLab