From deb24393d87debc27665aa6bd05d6f55bcde9dad Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Tue, 13 Sep 2005 15:00:48 +0000 Subject: [PATCH] no longer use absolute path for naming notebook labels --- helm/matita/matitaScript.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/matita/matitaScript.ml b/helm/matita/matitaScript.ml index 97c707e51..f181b53d2 100644 --- a/helm/matita/matitaScript.ml +++ b/helm/matita/matitaScript.ml @@ -449,7 +449,7 @@ object (self) method private ppFilename = match guistuff.filenamedata with - | Some f,_ -> f + | Some f,_ -> Filename.basename f | None,_ -> sprintf ".unnamed%d.ma" scriptId initializer -- 2.39.2